[3.10] bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065) by miss-islington · Pull Request #27624 · python/cpython

@vstinner @miss-islington

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 4d77691)

Co-authored-by: Victor Stinner <vstinner@python.org>

vstinner