]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822)
authorSam Gross <colesbury@gmail.com>
Fri, 21 Nov 2025 18:30:33 +0000 (13:30 -0500)
committerGitHub <noreply@github.com>
Fri, 21 Nov 2025 18:30:33 +0000 (13:30 -0500)
commit2d50dd242e04b94f86cb23c4972c1b423c670175
tree4629bdaa4c03a86d3dd09795b6eb4270214d024d
parent019c315a8e52978da67a3108e441ed5ee376f504
gh-137422: Fix race condition in PyImport_AddModuleRef (gh-141822)
Lib/test/test_free_threading/test_capi.py [new file with mode: 0644]
Misc/NEWS.d/next/C_API/2025-11-21-10-34-00.gh-issue-137422.tzZKLi.rst [new file with mode: 0644]
Python/import.c