]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-141509: Fix warning about remaining subinterpreters (GH-141528)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Fri, 14 Nov 2025 14:55:04 +0000 (19:55 +0500)
committerGitHub <noreply@github.com>
Fri, 14 Nov 2025 14:55:04 +0000 (14:55 +0000)
commitfa245df4a0848c15cf8d907c10fc92819994b866
tree784bc156b3b811721fb47e21c81c89667b2d4776
parent10bec7c1eb3ee27f490a067426eef452b15f78f9
GH-141509: Fix warning about remaining subinterpreters (GH-141528)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Lib/test/test_interpreters/test_api.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-14-00-19-45.gh-issue-141528.VWdax1.rst [new file with mode: 0644]
Python/pylifecycle.c