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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20170>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to