Message345509
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. |
|
Date |
User |
Action |
Args |
2019-06-13 12:27:13 | vstinner | set | recipients:
+ vstinner, pitrou, eric.snow, koobs, pablogsal |
2019-06-13 12:27:13 | vstinner | set | messageid: <1560428833.2.0.627452789806.issue36402@roundup.psfhosted.org> |
2019-06-13 12:27:13 | vstinner | link | issue36402 messages |
2019-06-13 12:27:13 | vstinner | create | |
|