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 ncoghlan
Recipients lukasz.langa, ncoghlan, vstinner
Date 2019-09-29.06:50:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569739837.08.0.727679526751.issue38304@roundup.psfhosted.org>
In-reply-to
Content
The hidden _config_version field wasn't in the accepted PEP.

Both it and struct_size should be removed, as we don't support updating an embedded Python runtime to a new X.Y.0 release without rebuilding the embedding application.
History
Date User Action Args
2019-09-29 06:50:37ncoghlansetrecipients: + ncoghlan, vstinner, lukasz.langa
2019-09-29 06:50:37ncoghlansetmessageid: <1569739837.08.0.727679526751.issue38304@roundup.psfhosted.org>
2019-09-29 06:50:37ncoghlanlinkissue38304 messages
2019-09-29 06:50:36ncoghlancreate