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 serhiy.storchaka
Recipients asvetlov, serhiy.storchaka, yselivanov
Date 2018-05-25.06:44:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527230648.74.0.682650639539.issue33623@psf.upfronthosting.co.za>
In-reply-to
Content
It is okay if the fact that half of the objects are freed leads to raising exceptions. But an assertion failure is sign of bugs in Python core or the _asyncio module. PR 7080 removes one way of exposing these bugs, but bugs itself still are here, and there may be other ways of triggering a crash.

Can this crash be reproduced without uvloop? What is the backtrace of the assertion failure?
History
Date User Action Args
2018-05-25 06:44:08serhiy.storchakasetrecipients: + serhiy.storchaka, asvetlov, yselivanov
2018-05-25 06:44:08serhiy.storchakasetmessageid: <1527230648.74.0.682650639539.issue33623@psf.upfronthosting.co.za>
2018-05-25 06:44:08serhiy.storchakalinkissue33623 messages
2018-05-25 06:44:08serhiy.storchakacreate