commit | a11158ecef8cff795f7db8f4047cbd20cc9cf37e | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Aug 06 04:32:37 2021 -0700 |
committer | GitHub <noreply@github.com> | Fri Aug 06 04:32:37 2021 -0700 |
tree | d2bb78bba2629fca01ef6666a80360ed537b06cb | |
parent | 0a642d57736be6802c712bdbf2dcff39fe8a39b7 [diff] |
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>