]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132657: avoid locks and refcounting in `frozenset` lookups (#136107)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Sat, 30 Aug 2025 19:25:36 +0000 (21:25 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Aug 2025 19:25:36 +0000 (00:55 +0530)
commitf58a7c717584241467970623384ce61cbd776f29
tree9bc462decd7e8ed04bd687445b37682c1fe5c6b0
parent31d3836f26096f9503ca68f4e89d927bc1e060cd
gh-132657: avoid locks and refcounting in `frozenset` lookups (#136107)
Misc/NEWS.d/next/Core_and_Builtins/2025-07-09-21-27-14.gh-issue-132657.kSA8R3.rst [new file with mode: 0644]
Objects/setobject.c