]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon...
authorPeter Bierma <zintensitydev@gmail.com>
Wed, 17 Sep 2025 15:14:19 +0000 (11:14 -0400)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 15:14:19 +0000 (11:14 -0400)
commita64881363b836b95fb4512a5689d69c1aa07ecb8
tree2083dcda3a31866c9c6fb290fcb4af8d57c65473
parent299de38e61e09e8821f3245a833e5e4c1b6e5aa8
gh-128639: Don't assume one thread in subinterpreter finalization with fixed daemon thread support (GH-134606)

This reapplies GH-128640.
Lib/test/test_interpreters/test_api.py
Lib/test/test_interpreters/test_lifecycle.py
Lib/test/test_threading.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-08-12-52-47.gh-issue-128640.9nbh9z.rst [new file with mode: 0644]
Programs/_testembed.c
Python/pylifecycle.c