mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
The threading debug (PYTHONTHREADDEBUG environment variable) is deprecated in Python 3.10 and will be removed in Python 3.12. This feature requires a debug build of Python.
This commit is contained in:
parent
938e84b4fa
commit
4d77691172
7 changed files with 49 additions and 1 deletions
|
@ -550,6 +550,7 @@ if Python was configured with the
|
|||
\fB\--with-pydebug\fP build option.
|
||||
.IP PYTHONTHREADDEBUG
|
||||
If this environment variable is set, Python will print threading debug info.
|
||||
The feature is deprecated in Python 3.10 and will be removed in Python 3.12.
|
||||
.IP PYTHONDUMPREFS
|
||||
If this environment variable is set, Python will dump objects and reference
|
||||
counts still alive after shutting down the interpreter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue