]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
authorHai Shi <shihai1992@gmail.com>
Tue, 14 Apr 2020 18:11:20 +0000 (02:11 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2020 18:11:20 +0000 (20:11 +0200)
commit675d9a3d7afc767a2818c84da7ba4bf4181dcf26
tree621da3f9078df542c36e8bb856c6d86da4ce52b0
parenta5900ecf9f22e65bef489633692e9ea6941379c5
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Doc/c-api/gcsupport.rst
Include/cpython/objimpl.h
Include/internal/pycore_object.h
Misc/NEWS.d/next/C API/2020-04-11-06-12-44.bpo-40170.cmM9oK.rst [new file with mode: 0644]
Modules/gcmodule.c
Objects/object.c
Python/sysmodule.c