]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154044: Fix data race on descriptor __qualname__ in free-threading build (#154691)
authorTimofei Ivankov <128279579+deadlovelll@users.noreply.github.com>
Tue, 4 Aug 2026 09:24:02 +0000 (12:24 +0300)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2026 09:24:02 +0000 (14:54 +0530)
commit2b91da7cd4114e7b264ab4a7b7a1c42b79663a6c
treec1a236d9ce06f909284b74c7c231370391f07f3d
parent416c3465e247bc5a36f86b832360f65e06a0767a
gh-154044: Fix data race on descriptor __qualname__ in free-threading build (#154691)
Misc/NEWS.d/next/Core_and_Builtins/2026-07-25-12-44-13.gh-issue-154044.GBa2wP.rst [new file with mode: 0644]
Objects/descrobject.c