This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eric.snow, koobs, pablogsal, pitrou, vstinner
Date 2019-06-13.12:27:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560428833.2.0.627452789806.issue36402@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-06-13 12:27:13vstinnersetrecipients: + vstinner, pitrou, eric.snow, koobs, pablogsal
2019-06-13 12:27:13vstinnersetmessageid: <1560428833.2.0.627452789806.issue36402@roundup.psfhosted.org>
2019-06-13 12:27:13vstinnerlinkissue36402 messages
2019-06-13 12:27:13vstinnercreate