]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
authorDonghee Na <donghee.na@python.org>
Tue, 26 Dec 2023 16:48:33 +0000 (16:48 +0000)
committerGitHub <noreply@github.com>
Tue, 26 Dec 2023 16:48:33 +0000 (16:48 +0000)
commit8f5b9987066f46daa67b622d913ff2c51c949ed4
treeba31f7d886c3f97daeb9d424fe6809c439ea289d
parent36adc79041f4d2764e1daf7db5bb478923e89a1f
gh-111971: Make _PyUnicode_FromId thread-safe in --disable-gil (gh-113489)
Include/cpython/object.h
Objects/unicodeobject.c