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 anselm.kruis, koobs, vstinner
Date 2019-08-19.22:37:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566254240.54.0.606662787448.issue37788@roundup.psfhosted.org>
In-reply-to
Content
New changeset d3dcc92778807ae8f7ebe85178f36a29711cd478 by Victor Stinner in branch 'master':
bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
https://github.com/python/cpython/commit/d3dcc92778807ae8f7ebe85178f36a29711cd478
History
Date User Action Args
2019-08-19 22:37:20vstinnersetrecipients: + vstinner, koobs, anselm.kruis
2019-08-19 22:37:20vstinnersetmessageid: <1566254240.54.0.606662787448.issue37788@roundup.psfhosted.org>
2019-08-19 22:37:20vstinnerlinkissue37788 messages
2019-08-19 22:37:20vstinnercreate