STINNER Victor <vstin...@redhat.com> added the comment:

The bpo-18808 "Thread.join returns before PyThreadState is destroyed" was not 
fixed in Python 2.7: threading.Thread has no _tstate_lock attribute. I'm not 
comfortable to backport bpo-18808 "feature" or "bugfix" to Python 2.7, not to 
backport this change.

Python 2.7 works as it is, and it's going to reach its end of life at the end 
of the year. I guess that people learnt how to work around Python 2.7 
limitation like bpo-18808.

----------

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

Reply via email to