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 petr.viktorin
Recipients Dormouse759, ncoghlan, petr.viktorin, terry.reedy
Date 2017-05-19.23:17:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495235873.67.0.518581323187.issue30403@psf.upfronthosting.co.za>
In-reply-to
Content
It's part of a larger effort to bring the capabilities of extension modules up to par with Python ones. For example, it's one less surprise you'd get when you Cythonize a module. And it's not only for stdlib modules – it's for any extension module.



I'd be happy to answer questions here. But to get up to speed and avoid bpo comment lag, you can also see the current discussion on import-sig [0], or dig up some of the older conversations there leading up to PEP 489 (Feb-May 2015). And if you're at PyCon, you could have a high-bandwidth conversation with Nick Coghlan – he has the master plan in his head :)

[0] https://mail.python.org/pipermail/import-sig/2017-May/001072.html
History
Date User Action Args
2017-05-19 23:17:53petr.viktorinsetrecipients: + petr.viktorin, terry.reedy, ncoghlan, Dormouse759
2017-05-19 23:17:53petr.viktorinsetmessageid: <1495235873.67.0.518581323187.issue30403@psf.upfronthosting.co.za>
2017-05-19 23:17:53petr.viktorinlinkissue30403 messages
2017-05-19 23:17:53petr.viktorincreate