This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients lukasz.langa, vstinner
Date 2019-09-28.02:54:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Ok, the API should now be ABI future proof thanks to this change.

I experimented a change locally: it's possible to support two sizes of the PyConfig structure (need to modify a few functions in initconfig.c).

I sent an email to python-dev:
https://mail.python.org/archives/list/[email protected]/thread/C7Z2NA2DTM3DLOZCFQAK5A2WFYO3PHHX/
History
Date User Action Args
2019-09-28 02:54:35vstinnersetrecipients: + vstinner, lukasz.langa
2019-09-28 02:54:34vstinnersetmessageid: <[email protected]>
2019-09-28 02:54:34vstinnerlinkissue38304 messages
2019-09-28 02:54:34vstinnercreate