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, nanjekyejoannah, ncoghlan, pablogsal, vstinner
Date 2020-03-08.10:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583665069.26.0.942388132692.issue39877@roundup.psfhosted.org>
In-reply-to
Content
New changeset eb4e2ae2b8486e8ee4249218b95d94a9f0cc513e by Victor Stinner in branch 'master':
bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811)
https://github.com/python/cpython/commit/eb4e2ae2b8486e8ee4249218b95d94a9f0cc513e
History
Date User Action Args
2020-03-08 10:57:49vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, pablogsal, nanjekyejoannah
2020-03-08 10:57:49vstinnersetmessageid: <1583665069.26.0.942388132692.issue39877@roundup.psfhosted.org>
2020-03-08 10:57:49vstinnerlinkissue39877 messages
2020-03-08 10:57:49vstinnercreate