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.snow, ncoghlan, pitrou
Date 2013-02-19.21:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361308029.28.0.402211459924.issue17244@psf.upfronthosting.co.za>
In-reply-to
Content
It's because of this try/except to silence failed bytecode creation: http://hg.python.org/cpython/file/d404d33a999c/Lib/importlib/_bootstrap.py#l1105

I hate the py_compile module.
History
Date User Action Args
2013-02-19 21:07:09brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, Arfrever, eric.snow
2013-02-19 21:07:09brett.cannonsetmessageid: <1361308029.28.0.402211459924.issue17244@psf.upfronthosting.co.za>
2013-02-19 21:07:09brett.cannonlinkissue17244 messages
2013-02-19 21:07:09brett.cannoncreate