Message318924
| Author | vstinner |
|---|---|
| Recipients | asvetlov, vstinner, yselivanov |
| Date | 2018-06-07.10:45:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1528368320.3.0.592728768989.issue33792@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Ugly workaround: policy = asyncio.get_event_loop_policy() policy._loop_factory = asyncio.ProactorEventLoop It uses a private attribute :-( |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-07 10:45:20 | vstinner | set | recipients: + vstinner, asvetlov, yselivanov |
| 2018-06-07 10:45:20 | vstinner | set | messageid: <1528368320.3.0.592728768989.issue33792@psf.upfronthosting.co.za> |
| 2018-06-07 10:45:20 | vstinner | link | issue33792 messages |
| 2018-06-07 10:45:20 | vstinner | create | |