STINNER Victor added the comment:

> The changeset 7741d0dd66ca looks good to me, Python 3 does the same thing 
> since Python 3.2 (the new GIL).

Oh, I forgot to say that the simplest way to fix the regression is to revert 
this commit... As I wrote modifying the code to cleanup Python at exit is 
risky, and it's maybe too late to do that in Python 2.7?

The risk of regression caused by 7741d0dd66ca is maybe higher than the benefit 
of the enhancement? :-(

----------

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

Reply via email to