This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients methane, thehesiod, yselivanov
Date 2017-07-28.19:11:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501269064.22.0.814845222873.issue31061@psf.upfronthosting.co.za>
In-reply-to
Content
> so looks like disabling the _asyncio module just caused the crash to happen less often, closing and will continue investigating after a get a core file

Interesting. So it crashes even with pure Python Future/Task implementations?

Another idea to debug this is to try to see what happens when you run your code with CFuture and PyTask, and with PyFuture/CTask.
History
Date User Action Args
2017-07-28 19:11:04yselivanovsetrecipients: + yselivanov, methane, thehesiod
2017-07-28 19:11:04yselivanovsetmessageid: <1501269064.22.0.814845222873.issue31061@psf.upfronthosting.co.za>
2017-07-28 19:11:04yselivanovlinkissue31061 messages
2017-07-28 19:11:04yselivanovcreate