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 gvanrossum
Recipients Guido.van.Rossum, gvanrossum, inglesp, pitrou, tim.golden, vstinner
Date 2014-05-05.17:23:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399310584.24.0.738347347578.issue21435@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed too (OSX 10.9 again, CPython 3.4 or 3.5; but it doesn't crash with CPython 3.3). There is no C code in asyncio, so I'm not sure how asyncio can be directly responsible for this crash. Probably some of the GC improvements have an edge case that is triggered by the example program. Adding Antoine and Victor, they probably understand that code better.
History
Date User Action Args
2014-05-05 17:23:04gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, tim.golden, inglesp, Guido.van.Rossum
2014-05-05 17:23:04gvanrossumsetmessageid: <1399310584.24.0.738347347578.issue21435@psf.upfronthosting.co.za>
2014-05-05 17:23:04gvanrossumlinkissue21435 messages
2014-05-05 17:23:03gvanrossumcreate