2011/1/11 Arnd Rechenburg <arnd.rechenb...@tomtom.com>:
> Hi Amaury,
>
> I use the following environment:
>
> Python 2.5.2 (e503e483e9ac, Dec 21 2010, 12:02:48)
> [PyPy 1.4.1] on linux2
>
> For the moment I use os.execv and os.waitpid(-1, os.WNOHANG) to start
> and handle parallel jobs by myself.
>
> I tried already a 'try except OSError' around os.waitpid but without
> success.

It's probably related to our file.__del__ which does not silence
errors raised by close().
Could you file a ticket about this on the issue tracker?
with a small test case if possible.
https://codespeak.net/issue/pypy-dev/

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-...@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to