]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal (GH-131140)
authorMark Shannon <mark@hotpy.org>
Wed, 12 Mar 2025 16:54:10 +0000 (16:54 +0000)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 16:54:10 +0000 (16:54 +0000)
commitf30376c650c40e0819edd9981e45f8ba206fdd83
tree42bc5607330fb265ee19afb8323d928937997afb
parent061da44bacf347cc1fe82b03976e95f9c0992673
GH-127705: Fix _Py_RefcntAdd to handle objects becoming immortal (GH-131140)
Include/internal/pycore_object.h
Include/refcount.h
Objects/unicodeobject.c