Message301048
| Author | vstinner |
|---|---|
| Recipients | vstinner, yselivanov |
| Date | 2017-08-31.13:42:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1504186920.64.0.291663905595.issue31250@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I proposed PR 3252 to only fix unit tests, but not asyncio. An alternative is to modify BaseEventLoop.close() to replace executor.shutdown(wait=False) with executor.shutdown(wait=True), but it would change the behaviour. I'm not sure if we want to wait until all threads complete on close()? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-08-31 13:42:00 | vstinner | set | recipients: + vstinner, yselivanov |
| 2017-08-31 13:42:00 | vstinner | set | messageid: <1504186920.64.0.291663905595.issue31250@psf.upfronthosting.co.za> |
| 2017-08-31 13:42:00 | vstinner | link | issue31250 messages |
| 2017-08-31 13:42:00 | vstinner | create | |