Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-116145: Update macOS installer to Tcl/Tk 8.6.14#116151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ned-deily merged 1 commit intopython:mainfromchrstphrchvz:tcltk8.6.14mac
Mar 12, 2024

Conversation

@chrstphrchvz
Copy link
Contributor

@chrstphrchvzchrstphrchvz commentedFeb 29, 2024
edited by bedevere-appbot
Loading

Copy link
Member

@ned-deilyned-deily left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM, thanks for the PR!

@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotAMD64 Debian root 3.x has failed when building commit4fa95c6.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/all/#builders/345/builds/7405) and take a look at the build logs.
  4. Check if the failure is related to this commit (4fa95c6) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/all/#builders/345/builds/7405

Failed tests:

  • test.test_concurrent_futures.test_thread_pool

Failed subtests:

  • test_extractall_none_uid - test.test_tarfile.NoneInfoExtractTests_Data.test_extractall_none_uid
  • test_sumprod_stress - test.test_math.MathTests.test_sumprod_stress
  • test_threads - test.test_io.PyBufferedReaderTest.test_threads

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_math.py", line1441, intest_sumprod_stressself.assertEqual(~~~~~~~~~~~~~~~~^        run(baseline_sumprod,*args),^^^^^^^^^^^^^^^^^^^^^^^^^^^^^        run(sumprod,*args),^^^^^^^^^^^^^^^^^^^^        args,^^^^^    )^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line884, inassertEqual    assertion_func=self._getAssertEqualityFunc(first, second)~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line868, in_getAssertEqualityFunc    asserter=getattr(self, asserter)~~~~~~~^^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line690, in__call__returnself.run(*args,**kwds)~~~~~~~~^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/case.py", line609, inrun    result.startTest(self)^^^^^^^^^^^^^^^^AttributeError:'str' object has no attribute 'startTest'Traceback (most recent call last):  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_tarfile.py", line3218, intest_extractall_none_uidwithself.extract_with_none('uid'):pass  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/contextlib.py", line141, in__enter__returnnext(self.gen)~~~~^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_tarfile.py", line3182, inextract_with_noneself.check_files_present(DIR)~~~~~~~~~~~~~~~~~~~~~~~~^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_tarfile.py", line3168, incheck_files_present    got_paths=set(~~~^        p.relative_to(directory)^^^^^^^^^^^^^^^^^^^^^^^^for pin pathlib.Path(directory).glob('**/*'))^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_tarfile.py", line3169, in<genexpr>    p.relative_to(directory)~~~~~~~~~~~~~^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/pathlib/__init__.py", line389, inrelative_toif path==selfor pathinself.parents:^^^^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/_collections_abc.py", line1033, in__contains__for vinself:if vis valueor v== value:returnTrue  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/_collections_abc.py", line1026, in__iter__    v=self[i]~~~~^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/pathlib/__init__.py", line58, in__getitem__returnself._path._from_parsed_parts(self._drv,self._root,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^self._tail[:-idx-1])^^^^^^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/pathlib/__init__.py", line256, in_from_parsed_parts    path_str=self._format_parsed_parts(drv, root, tail)~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/pathlib/__init__.py", line250, in_format_parsed_partsreturn drv+ root+cls.pathmod.sep.join(tail)~~~~~~~~~~~~~~~~~~~~^^^^^^TypeError:can only join an iterableTraceback (most recent call last):  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_io.py", line1574, intest_threads    random.shuffle(l)~~~~~~~~~~~~~~^^^  File"/root/buildarea/3.x.angelico-debian-amd64/build/Lib/random.py", line361, inshuffle    x[i], x[j]= x[j], x[i]~^^^TypeError:'Random' object does not support item assignment

adorilson pushed a commit to adorilson/cpython that referenced this pull requestMar 25, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this pull requestApr 17, 2024
@ned-deilyned-deily added the needs backport to 3.12only security fixes labelJun 1, 2024
@miss-islington-app
Copy link

Thanks@chrstphrchvz for the PR, and@ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestJun 1, 2024
…6151)(cherry picked from commit4fa95c6)Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
@bedevere-app
Copy link

GH-119922 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelJun 1, 2024
ned-deily pushed a commit that referenced this pull requestJun 1, 2024
…GH-119922)(cherry picked from commit4fa95c6)Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
@chrstphrchvzchrstphrchvz deleted the tcltk8.6.14mac branchNovember 12, 2025 20:45
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ned-deilyned-deilyned-deily approved these changes

Assignees

@ned-deilyned-deily

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@chrstphrchvz@bedevere-bot@ned-deily

[8]ページ先頭

©2009-2025 Movatter.jp