commit | 4d77691172aae81bdcbb0ea75839d0e896c43781 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Aug 06 13:11:12 2021 +0200 |
committer | GitHub <noreply@github.com> | Fri Aug 06 13:11:12 2021 +0200 |
tree | 949ee8f8b183df1e23f5314eeeb8305475a321b1 | |
parent | 938e84b4fa410f1a86f5e0708ebc3af6bb8efb0e [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.