]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Replace _PyGC_REFS macros with higher level macros (GH-6852)
authorINADA Naoki <methane@users.noreply.github.com>
Thu, 17 May 2018 02:07:21 +0000 (11:07 +0900)
committerGitHub <noreply@github.com>
Thu, 17 May 2018 02:07:21 +0000 (11:07 +0900)
commitd852142cd728f45372ba6137bd87e29ba7b5b4d2
tree7540147fed0705ddc873facf2b93774db4f39cc1
parente5f41d2f1e0b8b8e61d5fa427c19bd1ea90fd9a3
Replace _PyGC_REFS macros with higher level macros (GH-6852)

Only gcmodule.c uses _PyGC_REFS* macros now.
This makes easy to read GC code.
Modules/_testcapimodule.c
Objects/object.c