]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Aug 2021 11:32:37 +0000 (04:32 -0700)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 11:32:37 +0000 (04:32 -0700)
commita11158ecef8cff795f7db8f4047cbd20cc9cf37e
treed2bb78bba2629fca01ef6666a80360ed537b06cb
parent0a642d57736be6802c712bdbf2dcff39fe8a39b7
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.
(cherry picked from commit 4d77691172aae81bdcbb0ea75839d0e896c43781)

Co-authored-by: Victor Stinner <vstinner@python.org>
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