Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
e02a35c36535330bb86b4067104f537aa6da00e4
/
.
/
Misc
/
NEWS.d
/
next
/
C_API
/
2025-11-21-10-34-00.gh-issue-137422.tzZKLi.rst
blob: 656289663cfebb89aaadf76f3b73e6d04c673506 [
file
]
Fix
:
term
:
`free threading`
race condition
in
:
c
:
func
:
`PyImport_AddModuleRef`
.
It
was previously possible
for
two calls to
the
function
return
two different objects
,
only one of which was stored
in
:
data
:
`sys.modules`
.