Jesse Noller <jnoller <at> gmail.com> writes:
> 
> I don't see the need for the change from fork as of yet (for
> multiprocessing) and I am leery to change the internal implementation
> and semantics right now, or anytime soon. I'd be interested in seeing
> the patch, but if the concern is that global threading objects could
> be left in the state that they're in at the time of the fork(), I
> think people know that or we can easily document this fact.

If Pascal provides a patch I think it would really be good to consider it.
Not being able to mix threads and multiprocessing is a potentially annoying
wart. It means you must choose one or the other from the start, and once you've
made this decision you are stuck with it.
(not to mention that libraries can use threads and locks behind your back)

Regards

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to