Message326052
> Yury, Andrew: Do you know if the executor doesn't wait on purpose? Would it be possible to change that in Python 3.8?
Maybe. At least we need to add a "timeout" argument to asyncio.run() to let it wait for executor jobs.
I'm also thinking about making OS threads cancellable/interruptable in Python 3.8 (if they run pure Python code). |
|
| Date |
User |
Action |
Args |
| 2018-09-21 22:29:20 | yselivanov | set | recipients:
+ yselivanov, vstinner, asvetlov |
| 2018-09-21 22:29:20 | yselivanov | set | messageid: <[email protected]> |
| 2018-09-21 22:29:20 | yselivanov | link | issue34037 messages |
| 2018-09-21 22:29:20 | yselivanov | create | |
|