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

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

Merged
vstinner merged 1 commit intopython:mainfromvstinner:deprecate_thread_debug
Aug 6, 2021
Merged

bpo-44584: Deprecate PYTHONTHREADDEBUG env var#27065

vstinner merged 1 commit intopython:mainfromvstinner:deprecate_thread_debug
Aug 6, 2021

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commentedJul 8, 2021
edited by bedevere-bot
Loading

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

@vstinner
Copy link
MemberAuthor

The Windows x64 is stuck in test_subprocess for 1 hour, whereas the tests are run with a timeout of 20 minutes:

1:04:49 load avg: 0.08 running: test_subprocess (1 hour 2 min)

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.
@vstinner
Copy link
MemberAuthor

I rebase my PR.

@vstinnervstinner merged commit4d77691 intopython:mainAug 6, 2021
@miss-islington
Copy link
Contributor

Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10.
🐍🍒⛏🤖

@vstinnervstinner deleted the deprecate_thread_debug branchAugust 6, 2021 11:11
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestAug 6, 2021
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
Copy link

GH-27624 is a backport of this pull request to the3.10 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.10only security fixes labelAug 6, 2021
miss-islington added a commit that referenced this pull requestAug 6, 2021
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>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@gpsheadgpsheadgpshead left review comments

@Fidget-SpinnerFidget-SpinnerFidget-Spinner left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

6 participants

@vstinner@miss-islington@bedevere-bot@gpshead@Fidget-Spinner@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp