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 Tamas.K, bkabrda, csernazs, grahamd, jcea, koobs, ncoghlan, neologix, pitrou, python-dev, tim.peters, vstinner
Date 2019-06-10.23:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560208778.84.0.858364193471.issue18808@roundup.psfhosted.org>
In-reply-to
Content
_thread._set_sentinel() and threading.Thread._tstate_lock is a great enhancement, as Py_EndInterprter() which now calls threading._shutdown().

FYI I found yet another race condition, this time in threading._shutdown(). See bpo-36402 follow-up: "threading._shutdown() race condition: test_threading test_threads_join_2() fails randomly".
History
Date User Action Args
2019-06-10 23:19:38vstinnersetrecipients: + vstinner, tim.peters, jcea, csernazs, ncoghlan, pitrou, grahamd, neologix, python-dev, bkabrda, koobs, Tamas.K
2019-06-10 23:19:38vstinnersetmessageid: <1560208778.84.0.858364193471.issue18808@roundup.psfhosted.org>
2019-06-10 23:19:38vstinnerlinkissue18808 messages
2019-06-10 23:19:38vstinnercreate