]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 25 Jul 2022 17:43:59 +0000 (23:13 +0530)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 17:43:59 +0000 (10:43 -0700)
commit73ee5a6b865fbd2e89b5b1f0a33bd7bcc7176c21
tree7569696566888b771821aae36a84065ef9a00a66
parentac6a94c669cba8c8384a61b4304c87cc83728335
GH-94851: check refcnt of immortal objects after finalization (GH-95001)
Include/internal/pycore_object.h
Include/internal/pycore_runtime_init_generated.h
Python/pylifecycle.c
Tools/scripts/generate_global_objects.py