summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-08-06 11:11:12 (GMT)
committerGitHub <noreply@github.com>2021-08-06 11:11:12 (GMT)
commit4d77691172aae81bdcbb0ea75839d0e896c43781 (patch)
tree949ee8f8b183df1e23f5314eeeb8305475a321b1 /Misc/python.man
parent938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e (diff)
downloadcpython-4d77691172aae81bdcbb0ea75839d0e896c43781.zip
cpython-4d77691172aae81bdcbb0ea75839d0e896c43781.tar.gz
cpython-4d77691172aae81bdcbb0ea75839d0e896c43781.tar.bz2
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.
Diffstat (limited to 'Misc/python.man')
-rw-r--r--Misc/python.man1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 10cb807..45a4927 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -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.