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 ncoghlan, petr.viktorin, python-dev, xiang.zhang
Date 2016-09-07.05:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473226362.61.0.0282047146229.issue27782@psf.upfronthosting.co.za>
In-reply-to
Content
Xiang, if multi-phase initialisation is an area you're interested in, it occurs to me you may also want to take a look at Petr's proposal to provide efficient access to global module state from methods of extension types: https://mail.python.org/pipermail/import-sig/2016-August/001065.html

With the 3.6 feature freeze deadline imminent it's looking like that will be deferred to 3.7, but it's still a significant improvement that should encourage greater use of the newer more submodule and reloading friendly approach to C extension module initialisation.
History
Date User Action Args
2016-09-07 05:32:42ncoghlansetrecipients: + ncoghlan, petr.viktorin, python-dev, xiang.zhang
2016-09-07 05:32:42ncoghlansetmessageid: <1473226362.61.0.0282047146229.issue27782@psf.upfronthosting.co.za>
2016-09-07 05:32:42ncoghlanlinkissue27782 messages
2016-09-07 05:32:42ncoghlancreate