Message281587
Wow, Martin, this is a very interesting one. Thanks so much for tracking this down and reducing the test case. So far this doesn't seem to be related to async/await: the interpreter stack seems to enter some strange state under some conditions, and async/await just happens to be the thing that explodes. To those trying to debug this: you don't need asyncio, just replace `loop.run_until_complete(main())` with `main().send(None)`. | |
| Date | User | Action | Args | | 2016-11-23 21:40:08 | yselivanov | set | recipients: + yselivanov, vstinner, ned.deily, r.david.murray, martius | | 2016-11-23 21:40:08 | yselivanov | set | messageid: <1479937208.51.0.176466790047.issue28782@psf.upfronthosting.co.za> | | 2016-11-23 21:40:08 | yselivanov | link | issue28782 messages | | 2016-11-23 21:40:08 | yselivanov | create | | |