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