[Python-Dev] Compact GC Header
Steve Dower
steve.dower at python.org
Tue May 29 10:15:35 EDT 2018
More information about the Python-Dev mailing list
Tue May 29 10:15:35 EDT 2018
- Previous message (by thread): [Python-Dev] Compact GC Header
- Next message (by thread): [Python-Dev] Compact GC Header
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/steve.dower%40python.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20180529/727c5762/attachment.html>
- Previous message (by thread): [Python-Dev] Compact GC Header
- Next message (by thread): [Python-Dev] Compact GC Header
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list