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 martin.panter, vstinner
Date 2017-09-15.16:32:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505493162.89.0.469800380235.issue30391@psf.upfronthosting.co.za>
In-reply-to
Content
I modified the socketserver module so server_close() now waits until all spawned threads or processes completed. It should help to avoid such random failure.

Modifying server_close() default behaviour in Python 2.7 or 3.6 is not possible, so maybe we need to modify test_socketserver to use a private API to wait for threads/processes?
History
Date User Action Args
2017-09-15 16:32:42vstinnersetrecipients: + vstinner, martin.panter
2017-09-15 16:32:42vstinnersetmessageid: <1505493162.89.0.469800380235.issue30391@psf.upfronthosting.co.za>
2017-09-15 16:32:42vstinnerlinkissue30391 messages
2017-09-15 16:32:42vstinnercreate