]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143192 Avoid incref/decref pair in long_bitwise (gh-143194) main
authorPieter Eendebak <pieter.eendebak@gmail.com>
Thu, 29 Jan 2026 21:32:09 +0000 (22:32 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Jan 2026 21:32:09 +0000 (16:32 -0500)
commit1b081434666d244d2fa083d47251d90175ac69da
tree8e3484dbe04b43de0aeeee71a926227606c6c435
parent219b7ac9d562701bbde21d7e17845c4942b83338
gh-143192 Avoid incref/decref pair in long_bitwise (gh-143194)

Remove unnecessary reference count operations in long_bitwise in order to
avoid reference count contention in the free-threading build.
Misc/NEWS.d/next/Core_and_Builtins/2025-12-29-19-31-46.gh-issue-143192.JxGAyl.rst [new file with mode: 0644]
Objects/longobject.c