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 bquinlan
Recipients bquinlan, hniksic, pitrou
Date 2019-05-06.17:38:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557164299.9.0.0881129633439.issue36780@roundup.psfhosted.org>
In-reply-to
Content
OK, I completely disagree with my statement:

"""If you added this as an argument to shutdown() then you'd probably also have to add it as an option to the constructors (for people using Executors as context managers). But, if you have to add it to the constructor anyway, you may as well *only* add it to the constructor."""

This functionality wouldn't apply to context manager use (since the point of the context manager is to ensure resource clean-up). So maybe another argument to shutdown() would make sense
History
Date User Action Args
2019-05-06 17:38:19bquinlansetrecipients: + bquinlan, pitrou, hniksic
2019-05-06 17:38:19bquinlansetmessageid: <1557164299.9.0.0881129633439.issue36780@roundup.psfhosted.org>
2019-05-06 17:38:19bquinlanlinkissue36780 messages
2019-05-06 17:38:19bquinlancreate