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, eric.snow, jinty, r.david.murray
Date 2013-01-16.18:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358360828.0.0.00835772284453.issue16981@psf.upfronthosting.co.za>
In-reply-to
Content
A quick trace through importlib._bootstrap through hg.python.org would suggest that the OSError would propagate when accessing source (OSError is swallowed when you try and write bytecode, but that's legitimate semantics).
History
Date User Action Args
2013-01-16 18:27:08brett.cannonsetrecipients: + brett.cannon, r.david.murray, eric.snow, jinty
2013-01-16 18:27:08brett.cannonsetmessageid: <1358360828.0.0.00835772284453.issue16981@psf.upfronthosting.co.za>
2013-01-16 18:27:07brett.cannonlinkissue16981 messages
2013-01-16 18:27:07brett.cannoncreate