]> granicus.if.org Git - python/commit
Issue #13392: Writing a pyc file should now be atomic under Windows as well.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 15 Nov 2011 18:15:19 +0000 (19:15 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 15 Nov 2011 18:15:19 +0000 (19:15 +0100)
commit28e401e7173fbd4c74140f0e5325bc9b4978ec65
tree05eecc25d850c31002f681485e1bec1613ec57fa
parent5f7f6150c38f1ed33d83c6597ae275ab5f5b99c5
Issue #13392: Writing a pyc file should now be atomic under Windows as well.
Lib/importlib/_bootstrap.py
Misc/NEWS
Python/import.c