Index: Modules/posixmodule.c =================================================================== --- Modules/posixmodule.c (révision 77988) +++ Modules/posixmodule.c (copie de travail) @@ -2803,6 +2803,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;