Tamas K added the comment:

After a quick glance, I can't see how this patch would fix the problem. It 
still depends on threading's Thread.join, which is affected by the race 
condition in __bootstrap_inner.

We already did a Thread.join before calling Py_EndInterpreter and still got 
bitten by the race.

----------

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

Reply via email to