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 tim.peters
Recipients Guido.van.Rossum, gvanrossum, inglesp, larry, pitrou, tim.golden, tim.peters, vstinner
Date 2014-05-08.00:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399510606.85.0.337088639243.issue21435@psf.upfronthosting.co.za>
In-reply-to
Content
xxx.py provokes a closely related death on my box, in a debug build (where 0xdbdbdbdb happened to be an invalid memory address).  There are no imports so asyncio is definitely off the hook ;-)

The code is senseless, and changing just about anything makes the problem go away.  As mentioned before, provoking this class of error relies on all sorts of implementation accidents to get the internal gc lists into just the right state to fail.
History
Date User Action Args
2014-05-08 00:56:47tim.peterssetrecipients: + tim.peters, gvanrossum, pitrou, vstinner, larry, tim.golden, inglesp, Guido.van.Rossum
2014-05-08 00:56:46tim.peterssetmessageid: <1399510606.85.0.337088639243.issue21435@psf.upfronthosting.co.za>
2014-05-08 00:56:46tim.peterslinkissue21435 messages
2014-05-08 00:56:45tim.peterscreate