Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-44584: Deprecate PYTHONTHREADDEBUG env var#27065
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
The Windows x64 is stuck in test_subprocess for 1 hour, whereas the tests are run with a timeout of 20 minutes: |
The threading debug (PYTHONTHREADDEBUG environment variable) isdeprecated in Python 3.10 and will be removed in Python 3.12. Thisfeature requires a debug build of Python.
I rebase my PR. |
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
The threading debug (PYTHONTHREADDEBUG environment variable) isdeprecated in Python 3.10 and will be removed in Python 3.12. Thisfeature requires a debug build of Python.(cherry picked from commit4d77691)Co-authored-by: Victor Stinner <vstinner@python.org>
bedevere-bot commentedAug 6, 2021
GH-27624 is a backport of this pull request to the3.10 branch. |
The threading debug (PYTHONTHREADDEBUG environment variable) isdeprecated in Python 3.10 and will be removed in Python 3.12. Thisfeature requires a debug build of Python.(cherry picked from commit4d77691)Co-authored-by: Victor Stinner <vstinner@python.org>
Uh oh!
There was an error while loading.Please reload this page.
The threading debug (PYTHONTHREADDEBUG environment variable) is now
deprecated in Python 3.10 and will be removed in Python 3.12.
This feature requires a debug build of Python.
https://bugs.python.org/issue44584