Index: Modules/posixmodule.c =================================================================== --- Modules/posixmodule.c (revision 86610) +++ Modules/posixmodule.c (working copy) @@ -3164,6 +3164,7 @@ something is wrong with the file, when it also could be the time stamp that gives a problem. */ win32_error("utime", NULL); + goto done; } Py_INCREF(Py_None); result = Py_None;