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 Arfrever, benjamin.peterson, berker.peksag, brett.cannon, eric.araujo, eric.snow, georg.brandl, jpe, meador.inge, pitrou, python-dev
Date 2012-06-19.23:39:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340149163.09.0.364423505017.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
Here are the things I'm aware of:

* implement imp.get_tag() using sys.implementation
* *maybe* implement imp.get_magic() in pure Python (patch already attached here)
* (low priority) find a way to rip out the bulk of PyImport_ExecCodeModuleObject() from imp.c, if practical

From my discussions with Brett, there was a laundry list he was aiming to get in for 3.3 (for import stuff in general).  I know much of it got done, but not all of it.  Of the remainder, I'm not sure how much of that he still wants to see get in.  Some of it pertains to this issue, though not all.
History
Date User Action Args
2012-06-19 23:39:23eric.snowsetrecipients: + eric.snow, brett.cannon, georg.brandl, jpe, pitrou, benjamin.peterson, eric.araujo, Arfrever, meador.inge, python-dev, berker.peksag
2012-06-19 23:39:23eric.snowsetmessageid: <1340149163.09.0.364423505017.issue13959@psf.upfronthosting.co.za>
2012-06-19 23:39:22eric.snowlinkissue13959 messages
2012-06-19 23:39:21eric.snowcreate