[issue13739] os.fdlistdir() is not idempotent

Antoine Pitrou report at bugs.python.org
Sun Jan 8 20:14:47 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

For some reason, the second changeset broke the OpenIndiana buildbots:
http://www.python.org/dev/buildbot/all/builders/AMD64%20OpenIndiana%203.x/builds/2485

Also, wouldn't it be better to call rewinddir with the GIL released?
(although I agree rewinddir shouldn't be expensive)

----------

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


More information about the Python-bugs-list mailing list