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-107006: Movethreading.local docstring to docs#131840

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
hugovk merged 4 commits intopython:mainfromlysnikolaou:threading-local-docs
May 5, 2025

Conversation

lysnikolaou
Copy link
Member

@lysnikolaoulysnikolaou commentedMar 28, 2025
edited by github-actionsbot
Loading

Movethreading.local docs from its docstring to the docs. Especially now thatthreading.local will become more widely used due to free-threading, having a quick how-to in the docs is going to be very helpful.


📚 Documentation preview 📚:https://cpython-previews--131840.org.readthedocs.build/

@python-cla-bot
Copy link

All commit authors signed the Contributor License Agreement.

CLA signed

Copy link
Member

@hugovkhugovk left a comment

Choose a reason for hiding this comment

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

Thank you!

@hugovkhugovk added the needs backport to 3.13bugs and security fixes labelMay 5, 2025
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@hugovkhugovk merged commitb97328e intopython:mainMay 5, 2025
39 checks passed
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsMay 5, 2025
@miss-islington-app
Copy link

Thanks@lysnikolaou for the PR, and@hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 5, 2025
…31840)(cherry picked from commitb97328e)Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-app
Copy link

GH-133432 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelMay 5, 2025
hugovk added a commit that referenced this pull requestMay 5, 2025
#133432)Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@bedevere-bot
Copy link

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

Hi! The buildbotAMD64 Windows11 Bigmem 3.x (tier-1) has failed when building commitb97328e.

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/#/builders/1079/builds/6436) and take a look at the build logs.
  4. Check if the failure is related to this commit (b97328e) 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/#/builders/1079/builds/6436

Failed tests:

  • test_frame

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

==

Click to see traceback logs
Traceback (most recent call last):  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\traceback.py", line143, in_print_exception_bltinreturn print_exception(exc,limit=BUILTIN_EXCEPTION_LIMIT,file=file,colorize=colorize)  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\traceback.py", line134, inprint_exception    te.print(file=file,chain=chain,colorize=colorize)  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\traceback.py", line1577, inprintfor lineinself.format(chain=chain,colorize=colorize):  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\traceback.py", line1514, informatyield from _ctx.emit(exc.format_exception_only(colorize=colorize))  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\traceback.py", line1001, inemitfor textin text_gen:  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\traceback.py", line1268, informat_exception_onlyisinstance(self.__notes__, collections.abc.Sequence)  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\abc.py", line119, in__instancecheck__return _abc_instancecheck(cls, instance)  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\abc.py", line123, in__subclasscheck__return _abc_subclasscheck(cls, subclass)  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\abc.py", line123, in__subclasscheck__return _abc_subclasscheck(cls, subclass)  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\abc.py", line123, in__subclasscheck__return _abc_subclasscheck(cls, subclass)RecursionError:Stack overflow (used 11719 kB)Traceback (most recent call last):  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line524, intemp_dir    os.mkdir(path)~~~~~~~~^^^^^^FileExistsError:[WinError 183] Cannot create a file when that file already exists: 'R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\build\\test_python_9472�'Stack (most recent call last):  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\runpy.py", line198, in_run_module_as_mainreturn _run_code(code, main_globals,None,  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\runpy.py", line88, in_run_codeexec(code, run_globals)  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\worker.py", line131, in<module>    main()  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\libregrtest\worker.py", line126, inmainwith os_helper.temp_cwd(work_dir,quiet=True):  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\contextlib.py", line141, in__enter__returnnext(self.gen)  File"R:\buildarea\3.x.ambv-bb-win11.bigmem\build\Lib\test\support\os_helper.py", line597, intemp_cwdwith temp_dir(path=name,quiet=quiet)as temp_path:

@hugovk
Copy link
Member

The buildbottest_frame failure is unrelated, should be fixed in#133261.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@StanFromIrelandStanFromIrelandStanFromIreland left review comments

@hugovkhugovkhugovk approved these changes

Assignees
No one assigned
Labels
docsDocumentation in the Doc dir
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@lysnikolaou@bedevere-bot@hugovk@StanFromIreland

[8]ページ先頭

©2009-2025 Movatter.jp