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 vstinner
Date 2019-02-28.01:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551318607.43.0.556432724737.issue36142@roundup.psfhosted.org>
In-reply-to
Content
PR 12087 is a WIP change which implements everything as a single commit.

I'm not 100% sure yet that it's best approach for Python initialization, but I'm sure that it solves real interdependencies issues between _PyCoreConfig parameters. IHMO have a "pre-initialization" step to setup the memory allocator and the encodings is a better design.
History
Date User Action Args
2019-02-28 01:50:07vstinnersetrecipients: + vstinner
2019-02-28 01:50:07vstinnersetmessageid: <1551318607.43.0.556432724737.issue36142@roundup.psfhosted.org>
2019-02-28 01:50:07vstinnerlinkissue36142 messages
2019-02-28 01:50:07vstinnercreate