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 vstinner
Date 2018-05-16.15:59:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526486373.61.0.682650639539.issue33540@psf.upfronthosting.co.za>
In-reply-to
Content
bpo-31151 changed ForkingMixIn and bpo-31233 changed ThreadingMixIn to block on server_closer() for processes/threads.

I propose to add a new opt-in option to get the Python 3.6 behaviour. The old behaviour was wrong, but I expect that some people rely on it.
History
Date User Action Args
2018-05-16 15:59:33vstinnersetrecipients: + vstinner
2018-05-16 15:59:33vstinnersetmessageid: <1526486373.61.0.682650639539.issue33540@psf.upfronthosting.co.za>
2018-05-16 15:59:33vstinnerlinkissue33540 messages
2018-05-16 15:59:33vstinnercreate