Looks like it breaks the 3.7 ABI, which is certainly not allowed at this time. 
But it’s not a limited API structure, so no problem for 3.8.

Top-posted from my Windows 10 phone

From: Victor Stinner
Sent: Tuesday, May 29, 2018 6:44
To: INADA Naoki
Cc: Python-Dev
Subject: Re: [Python-Dev] Compact GC Header

> I hacked GC module and managed to slim PyGC_Head 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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/steve.dower%40python.org

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to