commit | d852142cd728f45372ba6137bd87e29ba7b5b4d2 | [log] [tgz] |
---|---|---|
author | INADA Naoki <methane@users.noreply.github.com> | Thu May 17 11:07:21 2018 +0900 |
committer | GitHub <noreply@github.com> | Thu May 17 11:07:21 2018 +0900 |
tree | 7540147fed0705ddc873facf2b93774db4f39cc1 | |
parent | e5f41d2f1e0b8b8e61d5fa427c19bd1ea90fd9a3 [diff] |
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.