]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: Make _PyDict_LoadGlobal thread safe (#117529)
authorDino Viehland <dinoviehland@meta.com>
Thu, 4 Apr 2024 19:26:07 +0000 (12:26 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Apr 2024 19:26:07 +0000 (12:26 -0700)
commit434bc593df4c0274b8afd3c1dcdc9234f469d9bf
tree9ff15a94dd14ef903d4bd8249eab45753fd6703e
parent42205143f8b3211d1392f1d9f2cf6717bdaa5b47
gh-112075: Make _PyDict_LoadGlobal thread safe (#117529)

Make _PyDict_LoadGlobal threadsafe
Include/internal/pycore_dict.h
Objects/dictobject.c
Objects/odictobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h