Hi Vasily,

On Mon, Jun 24, 2013 at 2:28 PM, Vasily Evseenko <svp...@gmail.com> wrote:
> 13:01:26,595 INFO  - for entry in os.listdir(path_item):
> 13:01:26,595 INFO  - OSError: [Errno 11] Resource temporarily
> unavailable: '/usr/pypy-2.0/lib-python/2.7'

Shooting in the dark, but one possible reading of the man page shows
that when readdir() returns a non-null pointer, the value of errno
might be randomly modified.  It could be the case that an ultimately
successful readdir() was done by two system calls, the first one being
interrupted with EAGAIN.  If that's correct, it's fixed in 83f89665175e,
but you have to try it out...


A bientôt,

Armin.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to