]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
authorGregory P. Smith <greg@krypto.org>
Mon, 9 May 2022 23:03:46 +0000 (16:03 -0700)
committerGitHub <noreply@github.com>
Mon, 9 May 2022 23:03:46 +0000 (16:03 -0700)
commit6ed7c353b8ded48a9128413f35921ddc4e5b1065
treeafc47815078dc4b9eb7bc1ca47b97be3ebabcaac
parent22bddc864d3cc04ed218beb3b706ff1790db836a
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)

Remove the `PYTHONTHREADDEBUG` env var support.
Remove no-op dprintf() macro calls.
Doc/using/cmdline.rst
Doc/using/configure.rst
Lib/test/test_threading.py
Misc/NEWS.d/next/Core and Builtins/2022-05-08-19-43-31.gh-issue-88750.1BjJg-.rst [new file with mode: 0644]
Misc/python.man
Python/pylifecycle.c
Python/thread.c
Python/thread_nt.h
Python/thread_pthread.h