So, if a patch was proposed for the multiprocessing, allowing an unified "spawnl", thread-safe, semantic, do you think something could prevent its integration ?

We may ignore the subprocess module, since fork+exec shouldn't be bothered by the (potentially disastrous) state of child process data. But it bothers me to think multithreading and multiprocessing are currently opposed whereas theoretically nothing justifies it...

Regards,
Pascal



_______________________________________________
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