]> granicus.if.org Git - python/commit
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
authorBarry Warsaw <barry@python.org>
Mon, 1 Dec 2014 22:52:43 +0000 (17:52 -0500)
committerBarry Warsaw <barry@python.org>
Mon, 1 Dec 2014 22:52:43 +0000 (17:52 -0500)
commitd32d4ae4ca94c0ec89b26a0798bdb33767e950ed
tree2cc9b9d89f0b0a98ab4604718940da83b0e6bde2
parent95df265e3a7a0713fcd8744e7a67ee8b29a17333
parent9e4db75426be7433af7c0d5b569fb3f3c4b5877e
- Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is
  asked to compile a source file containing multiple dots in the source file
  name.
Lib/importlib/_bootstrap.py
Lib/test/test_py_compile.py
Misc/NEWS
Python/importlib.h