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 eric.snow
Recipients docs@python, eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-11-24.22:05:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511561136.47.0.213398074469.issue32124@psf.upfronthosting.co.za>
In-reply-to
Content
I've left a review (writing it as you merged the PR).

My main concern is that we not promise more than we must.  Every pre-init function or variable we promise to embedders represents global state that is hard to get rid of.  It also entrenches pre-init API and state that we're aiming to deprecate (via PEP 432).
History
Date User Action Args
2017-11-24 22:05:36eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner, docs@python, serhiy.storchaka
2017-11-24 22:05:36eric.snowsetmessageid: <1511561136.47.0.213398074469.issue32124@psf.upfronthosting.co.za>
2017-11-24 22:05:36eric.snowlinkissue32124 messages
2017-11-24 22:05:36eric.snowcreate