Message224428
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. |
|
| Date |
User |
Action |
Args |
| 2014-07-31 16:58:49 | zach.ware | set | recipients:
+ zach.ware, loewis, larry, serhiy.storchaka |
| 2014-07-31 16:58:49 | zach.ware | set | messageid: <[email protected]> |
| 2014-07-31 16:58:49 | zach.ware | link | issue20170 messages |
| 2014-07-31 16:58:49 | zach.ware | create | |
|