]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640...
authorPeter Bierma <zintensitydev@gmail.com>
Mon, 19 May 2025 18:22:05 +0000 (14:22 -0400)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 18:22:05 +0000 (12:22 -0600)
commit27bd08273ce822a4dbe0e73cca47441e99fd6f0d
tree79639157821f207172e0fcc79a84445e426f73dd
parent871d26987533e81ab63af067e1fc96aa37a26bf7
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)" (gh-134256)

This reverts commit 9859791f9e116c827468f307ac0770286c975c8b.

The original change broke the iOS and android buildbots, where the tests are run single-process.
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 [deleted file]
Programs/_testembed.c
Python/pylifecycle.c