[issue14632] Race condition in WatchedFileHandler leads to unhandled exception

Vinay Sajip report at bugs.python.org
Wed May 2 23:01:11 CEST 2012


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

Re. the error on open(), I have no idea why it's failing. That's just open, and it appears to be trying to open a file in a directory for which one would expect you to have write access.

Re. the error on unlink(), could that be an older version of the code that you're running? There was a cleanup() function, but I have removed it (and re-tested) before closing the issue.

The 3.x buildbots appear not to be showing this failure.

----------

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


More information about the Python-bugs-list mailing list