]> granicus.if.org Git - python/commit
Issue #17244: Don't mask exceptions raised during the creation of
authorBrett Cannon <brett@python.org>
Sun, 14 Apr 2013 16:48:15 +0000 (12:48 -0400)
committerBrett Cannon <brett@python.org>
Sun, 14 Apr 2013 16:48:15 +0000 (12:48 -0400)
commitedfd6ae79c76ebf766ffc1da1e8003ab72df6475
tree7c7387f82f4e909e0a96b3e6a82d7f7e3e475156
parent672559fc4f6d3811440965a12d900209f364b5f0
Issue #17244: Don't mask exceptions raised during the creation of
bytecode files in py_compile.

Thanks to Arfrever Frehtes Taifersar Arahesis for the bug report.
Lib/importlib/_bootstrap.py
Lib/py_compile.py
Lib/test/test_py_compile.py
Python/importlib.h