[issue20170] Derby #1: Convert 137 sites to Argument Clinic in Modules/posixmodule.c

Zachary Ware report at bugs.python.org
Thu Jul 31 18:58:49 CEST 2014


Zachary Ware added the comment:

The patch applies and compiles cleanly, and I finally tracked down what was causing the errors I reported yesterday: os_utime_impl was changed to use Py_RETURN_NONE instead of just setting return_value = Py_None, so Windows skipped the exit routine and left an open handle on any call to os.utime.  Commented on the bad line on Rietveld.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20170>
_______________________________________


More information about the Python-bugs-list mailing list