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 aeros
Recipients aeros, asvetlov, pablogsal, vstinner, yselivanov
Date 2019-10-03.03:19:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570072740.84.0.044932513183.issue38356@roundup.psfhosted.org>
In-reply-to
Content
> Another consideration is if we want this method to join the threads to be called in `ThreadedChildWatcher.close()`.

An additional benefit of having the method called from `close()` is that it means we don't have to modify the tests directly. Also, ThreadedChildWatcher's implementation of `close()` does nothing at the moment.
History
Date User Action Args
2019-10-03 03:19:00aerossetrecipients: + aeros, vstinner, asvetlov, yselivanov, pablogsal
2019-10-03 03:19:00aerossetmessageid: <1570072740.84.0.044932513183.issue38356@roundup.psfhosted.org>
2019-10-03 03:19:00aeroslinkissue38356 messages
2019-10-03 03:19:00aeroscreate