]> granicus.if.org Git - python/commit
Issue #13146: Writing a pyc file is now atomic under POSIX.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 17 Oct 2011 17:28:44 +0000 (19:28 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 17 Oct 2011 17:28:44 +0000 (19:28 +0200)
commit707033a694ec6503bf670f1faf0db3bc69897d35
treea88fe547a4b614cb4aaea0621f202dd8556c1d85
parent5b9f4c1539aee9107e4958eaa50ab205fd6a72e4
Issue #13146: Writing a pyc file is now atomic under POSIX.
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/import.c