[Python-Dev] Compact GC Header (original) (raw)

Victor Stinner vstinner at redhat.com
Tue May 29 09:41:25 EDT 2018


I hacked GC module and managed to slim PyGCHead down from 3 words to 2 words. It passes test suite, while some comments and code cleanup is needed before merge.

Does this change break the stable ABI?

Victor



More information about the Python-Dev mailing list