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 pje
Recipients
Date 2004-09-23.05:23:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=56214

Fixed for 2.4 and the 2.3 maintenance branch, using simpler
test code, and adding a missing Py_XDECREF to the C change.

PEP 302 has also been updated to point out that loaders must
use the existing module in sys.modules, if present, and the
TestImporter in test_importhooks has been changed to do
this.  zipimport, however, does not do this, and that is a
problem that still needs fixing (see bug #856103 for some
other zipimport+reload issues).
History
Date User Action Args
2007-08-23 14:26:17adminlinkissue1029475 messages
2007-08-23 14:26:17admincreate