Message 366943 - Python tracker (original) (raw)
Message366943
Author | aeros |
---|---|
Recipients | aeros, asvetlov, cjrh, cmeyer, lukasz.langa, petr.viktorin, vstinner, yselivanov |
Date | 2020-04-21.21:31:37 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1587504698.07.0.40644078744.issue34037@roundup.psfhosted.org |
In-reply-to |
Content |
---|
PR-19634 should address the primary issue of documenting in the 3.9 whatsnew that alternative event loops should implement loop.shutdown_default_executor(). For reference, here's the implementation in BaseEventLoop: https://github.com/python/cpython/blob/9c82ea7868a1c5ecf88891c627b5c399357eb05e/Lib/asyncio/base_events.py#L556-L574. I believe it could be used in alternative event loops without too much modification. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2020-04-21 21:31:38 | aeros | set | recipients: + aeros, vstinner, petr.viktorin, asvetlov, cjrh, lukasz.langa, yselivanov, cmeyer |
2020-04-21 21:31:38 | aeros | set | messageid: 1587504698.07.0.40644078744.issue34037@roundup.psfhosted.org |
2020-04-21 21:31:38 | aeros | link | issue34037 messages |
2020-04-21 21:31:37 | aeros | create |