lesha <pybug.20.le...@xoxy.net> added the comment:

A slightly more ambitious solution than crashing / deadlocking always is to 
have Python automatically spawn a "fork server" whenever you start using 
threads.

Then, you would be able to have "subprocess" work cleanly, and not worry about 
any of this stuff.

I don't know if we want to take the perf hit on "import threading" though...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6721>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to