]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_interpret...
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 7 Dec 2023 20:15:20 +0000 (13:15 -0700)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 20:15:20 +0000 (20:15 +0000)
commitc0fc88fa2f1ee18f83501ce67d31ba557bf23860
tree3c8c194c2de545f9038437187675f98eb885fe15
parent34e9e20cf20647d62d7639241af7c0d4e34fb04f
[3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_interpreter() (#112850)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/whatsnew/3.12.rst
Lib/test/test_threading.py
Lib/threading.py