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 asvetlov
Recipients Epic_Wink, Vojtěch Boček, asvetlov, methane, yselivanov
Date 2019-05-27.20:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558988638.6.0.119680748285.issue35279@roundup.psfhosted.org>
In-reply-to
Content
asyncio uses bare concurrent.futures.ThreadPoolExecutor.
Tha question is: should asyncio reduce the number of threads in the pool or concurrent.futures should change the default value?
History
Date User Action Args
2019-05-27 20:23:58asvetlovsetrecipients: + asvetlov, methane, yselivanov, Vojtěch Boček, Epic_Wink
2019-05-27 20:23:58asvetlovsetmessageid: <1558988638.6.0.119680748285.issue35279@roundup.psfhosted.org>
2019-05-27 20:23:58asvetlovlinkissue35279 messages
2019-05-27 20:23:58asvetlovcreate