]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15833: don't raise an exception if importlib can't write byte-compiled
authorTrent Nelson <trent@trent.me>
Tue, 16 Oct 2012 11:47:34 +0000 (07:47 -0400)
committerTrent Nelson <trent@trent.me>
Tue, 16 Oct 2012 11:47:34 +0000 (07:47 -0400)
commitd783c8ed00e251053a10f48a25fbd9b7944e7000
tree5256afb504a65eac867c3087a6fe24b4d8037cbc
parent03cb99c2d11da44304e67281f3e2e87b1cc17254
Issue #15833: don't raise an exception if importlib can't write byte-compiled
files.

This fixes a regression introduced by 3.3.  Patch by Charles-François Natali.
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/importlib.h