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 berker.peksag
Recipients berker.peksag, brett.cannon, docs@python, eric.snow, pitrou, r.david.murray, scoder
Date 2016-08-05.22:55:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470437747.67.0.615575041114.issue14594@psf.upfronthosting.co.za>
In-reply-to
Content
The imp module has been deprecated long time ago and the importlib module itself doesn't it anymore. However, Cython still use it: https://github.com/cython/cython/blob/master/pyximport/pyximport.py#L217

I'm inclined to close this as 'out of date' but feel free to reopen it :)
History
Date User Action Args
2016-08-05 22:55:47berker.peksagsetrecipients: + berker.peksag, brett.cannon, pitrou, scoder, r.david.murray, docs@python, eric.snow
2016-08-05 22:55:47berker.peksagsetmessageid: <1470437747.67.0.615575041114.issue14594@psf.upfronthosting.co.za>
2016-08-05 22:55:47berker.peksaglinkissue14594 messages
2016-08-05 22:55:47berker.peksagcreate