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 christian.heimes, miss-islington, ned.deily, pitrou, vstinner
Date 2018-06-01.12:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527855696.75.0.682650639539.issue33540@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 829fcd0612049b21a6d3802b3306705218255f6b by Victor Stinner in branch 'master':
bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310)
https://github.com/python/cpython/commit/829fcd0612049b21a6d3802b3306705218255f6b
History
Date User Action Args
2018-06-01 12:21:36vstinnersetrecipients: + vstinner, pitrou, christian.heimes, ned.deily, miss-islington
2018-06-01 12:21:36vstinnersetmessageid: <1527855696.75.0.682650639539.issue33540@psf.upfronthosting.co.za>
2018-06-01 12:21:36vstinnerlinkissue33540 messages
2018-06-01 12:21:36vstinnercreate