]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-117760: Streamline the trashcan mechanism (GH-117763)
authorMark Shannon <mark@hotpy.org>
Wed, 17 Apr 2024 10:08:05 +0000 (11:08 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 10:08:05 +0000 (11:08 +0100)
commit147cd0581e35a10204776029aeaa7fa1901056bc
tree224715ae49724e26786a6b7a18e2e5c3e4d2deb4
parentc917b3e8e113a3e1ffe118e581fac29eaf365191
GH-117760: Streamline the trashcan mechanism (GH-117763)
Include/cpython/object.h
Include/cpython/pystate.h
Include/internal/pycore_object.h
Objects/object.c
Python/pystate.c