diff options
author | Ed Nutting <github@ednutting.com> | 2024-12-15 13:51:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-15 13:51:03 (GMT) |
commit | ab05beb8cea62636bd86f6f7cf1a82d7efca7162 (patch) | |
tree | 6f3629dccfc9e338cc42d23b2f9c3471e90302ce /Doc | |
parent | 7900a85019457c14e8c6abac532846bc9f26760d (diff) | |
download | cpython-ab05beb8cea62636bd86f6f7cf1a82d7efca7162.zip cpython-ab05beb8cea62636bd86f6f7cf1a82d7efca7162.tar.gz cpython-ab05beb8cea62636bd86f6f7cf1a82d7efca7162.tar.bz2 |
gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (#127717)
Previously, `_Py_RefcntAdd` hasn't called
`_Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC` which is incorrect.
Now it has been fixed.
Diffstat (limited to 'Doc')
0 files changed, 0 insertions, 0 deletions