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-08-05.04:44:56
SpamBayes Score 0.00012294183
Marked as misclassified No
Message-id <1249447502.82.0.824623428968.issue6526@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I need a double-check here, David. At this point I have narrowed it 
down to this code triggering it::

  finder = importlib._bootstrap._PyPycFileFinder('.')
  sys.path_importer_cache['.'] = finder

And I am not kidding, that assignment is required. I might be able to 
narrow the code down further in _PyPycFileFinder, but I wanted to double-
check that I have not gone insane and that these two lines do indeed 
trigger the problem.
History
Date User Action Args
2009-08-05 04:45:04brett.cannonsetrecipients: + brett.cannon, r.david.murray
2009-08-05 04:45:02brett.cannonsetmessageid: <1249447502.82.0.824623428968.issue6526@psf.upfronthosting.co.za>
2009-08-05 04:45:00brett.cannonlinkissue6526 messages
2009-08-05 04:44:57brett.cannoncreate