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 brett.cannon
Recipients Arfrever, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-04-15.21:52:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334526739.15.0.52727892702.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like in order to get a clear sign of what it will take to remove various parts of import.c, imp.load_module() needs to go along with imp.load_package() (since they call each other in the C code). You also have to take care of imp.reload(), but I am simplifying the C code greatly and will take care of referencing other code in the module.
History
Date User Action Args
2012-04-15 21:52:19brett.cannonsetrecipients: + brett.cannon, pitrou, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow
2012-04-15 21:52:19brett.cannonsetmessageid: <1334526739.15.0.52727892702.issue13959@psf.upfronthosting.co.za>
2012-04-15 21:52:18brett.cannonlinkissue13959 messages
2012-04-15 21:52:18brett.cannoncreate