]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-129984: Mark immortal objects as deferred (#129985)
authorDino Viehland <dinoviehland@meta.com>
Thu, 13 Feb 2025 17:01:43 +0000 (09:01 -0800)
committerGitHub <noreply@github.com>
Thu, 13 Feb 2025 17:01:43 +0000 (09:01 -0800)
commit28f5e3de572e1f688b05126d395cf3aadd5ab8ad
treed096327c04c55ffa130bca1f3ea3bb963afb21d6
parent0559339ccdc76a63dcbd14eb2d60a41f493a1ded
gh-129984: Mark immortal objects as deferred (#129985)

Mark immortal objects as deferred
Include/internal/pycore_object.h
Include/internal/pycore_stackref.h
Objects/dictobject.c
Objects/object.c