Skip to content

[_thread] Deprecate undocumented synonyms#15436

Merged
srittau merged 2 commits intopython:mainfrom
donbarbos:deprecate-thread
Feb 18, 2026
Merged

[_thread] Deprecate undocumented synonyms#15436
srittau merged 2 commits intopython:mainfrom
donbarbos:deprecate-thread

Conversation

@donbarbos
Copy link
Contributor

@donbarbos donbarbos commented Feb 18, 2026

Docs: https://docs.python.org/3/library/_thread.html
Source: https://github.com/python/cpython/blob/main/Modules/_threadmodule.c
(marked as "obsolete synonyms" in docstrings and have had one implementation since at least 2010. It looks like a "Soft deprecation" case)

Docs: https://docs.python.org/dev/library/_thread.html
Source: https://github.com/python/cpython/blob/main/Modules/_threadmodule.c
(marked as "obsolete synonyms" in docstrings and have had one implementation since at least 2010)
Co-authored-by: Sebastian Rittau <sebastian.rittau@zfutura.de>
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@srittau srittau merged commit 637ece0 into python:main Feb 18, 2026
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments