Hi,

On 5 June 2015 at 09:22, Костя Лопухин <kostia.lopu...@gmail.com> wrote:
> As far as I know, there is no built-in way, but you can catch all
> exceptions and send them to the parent process in the same way you
> send the result - this is what we do for our sandbox usecase.

The subprocess should print the exception to it captured stderr, which
the parent reads and returns in communicate(), no?  Maybe I'm missing
something.


A bientôt,

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

Reply via email to