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 ronaldoussoren
Recipients Jeffrey.Kintscher, asvetlov, cielpy, ronaldoussoren, yselivanov
Date 2020-08-06.07:19:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596698389.51.0.378565281993.issue41456@roundup.psfhosted.org>
In-reply-to
Content
This is expected behaviour. Run_in_executor uses a concurrent.futures.ThreadPoolExecutor to manage the worker threads. Those threads will get reused when more work is scheduled, and will exit when the runloop is shut down.
History
Date User Action Args
2020-08-06 07:19:49ronaldoussorensetrecipients: + ronaldoussoren, asvetlov, yselivanov, Jeffrey.Kintscher, cielpy
2020-08-06 07:19:49ronaldoussorensetmessageid: <1596698389.51.0.378565281993.issue41456@roundup.psfhosted.org>
2020-08-06 07:19:49ronaldoussorenlinkissue41456 messages
2020-08-06 07:19:49ronaldoussorencreate