Antoine Pitrou <pit...@free.fr> added the comment:

> Are you suggesting to use pthread_atfork to call pthread_mutex_init on > all 
> mutexes created by Python in the child after a fork?  I'll have to > ponder 
> that some more.  Given the mutexes are all useless post fork it > does not 
> strike me as a bad idea.

I don't really understand. It's quite similar to the idea you shot down in 
msg94135. Or am I missing something?

----------

_______________________________________
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