]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116510: Fix crash during sub-interpreter shutdown (gh-124536)
authorNeil Schemenauer <nas-github@arctrix.com>
Fri, 27 Sep 2024 00:50:46 +0000 (17:50 -0700)
committerGitHub <noreply@github.com>
Fri, 27 Sep 2024 00:50:46 +0000 (17:50 -0700)
commit69fd1f218c8b26f75aa230c9459f24fe05fdd784
tree1647b4009c39ed94e473d38b056b631ccf89ec85
parentc6f3f83d8889abab430718d40a6f219ff019f737
[3.12] gh-116510: Fix crash during sub-interpreter shutdown (gh-124536)

Fix a bug that can cause a crash when sub-interpreters use "basic"
single-phase extension modules.  Shared objects could refer to PyGC_Head
nodes that had been freed as part of interpreter shutdown.
Misc/NEWS.d/next/Core_and_Builtins/2024-09-25-12-05-45.gh-issue-116510.dhn8w8.rst [new file with mode: 0644]
Modules/gcmodule.c