]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
authorVictor Stinner <vstinner@python.org>
Fri, 6 Aug 2021 11:11:12 +0000 (13:11 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 11:11:12 +0000 (13:11 +0200)
commit4d77691172aae81bdcbb0ea75839d0e896c43781
tree949ee8f8b183df1e23f5314eeeb8305475a321b1
parent938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e
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.
Doc/using/cmdline.rst
Doc/whatsnew/3.10.rst
Lib/test/test_threading.py
Misc/NEWS.d/next/Core and Builtins/2021-07-08-12-18-56.bpo-44584.qKnSqV.rst [new file with mode: 0644]
Misc/python.man
Python/pylifecycle.c
Python/thread.c