-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-119799: Add missing _Py_IncRefTotal
to _Py_NewRefWithLock
#119800
Conversation
The free-threaded refleak builds were reporting negative refcount deltas in some tests because of a missing `_Py_NewRefWithLock`.
!buildbot nogil |
🤖 New build scheduled with the buildbot fleet by @colesbury for commit 2e5a288 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @colesbury for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
pythonGH-119800) The free-threaded refleak builds were reporting negative refcount deltas in some tests because of a missing `_Py_NewRefWithLock`. (cherry picked from commit 879d43b) Co-authored-by: Sam Gross <colesbury@gmail.com>
GH-119878 is a backport of this pull request to the 3.13 branch. |
python#119800) The free-threaded refleak builds were reporting negative refcount deltas in some tests because of a missing `_Py_NewRefWithLock`.
python#119800) The free-threaded refleak builds were reporting negative refcount deltas in some tests because of a missing `_Py_NewRefWithLock`.
The free-threaded refleak builds were reporting negative refcount deltas in some tests because of a missing
_Py_NewRefWithLock
._Py_NewRefWithLock
missing_Py_IncRefTotal
#119799