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 brett.cannon, r.david.murray
Date 2009-07-30.04:20:34
SpamBayes Score 0.0026063737
Marked as misclassified No
Message-id <1248927636.16.0.841838514688.issue6526@psf.upfronthosting.co.za>
In-reply-to
Content
So removing the built-in, frozen, and extension importers did not stop the 
bug from happening. Calling importlib._bootstrap._PyFileFinder directly 
does not trigger the bug, even when trying with a finder for '.' first. 
And having sys.path be only '.' for fileinput still triggers the bug.

On another day, the next step is to start stripping out stuff in importlib 
to see what the minimal thing is that triggers the bug.
History
Date User Action Args
2009-07-30 04:20:36brett.cannonsetrecipients: + brett.cannon, r.david.murray
2009-07-30 04:20:36brett.cannonsetmessageid: <1248927636.16.0.841838514688.issue6526@psf.upfronthosting.co.za>
2009-07-30 04:20:34brett.cannonlinkissue6526 messages
2009-07-30 04:20:34brett.cannoncreate