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, pitrou, tim.golden, tim.peters, vstinner
Date 2014-05-07.03:55:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399434907.73.0.833969859305.issue21435@psf.upfronthosting.co.za>
In-reply-to
Content
Guido, it's best if Antoine reviewed it - he wrote the relevant PEP, and the code I'm changing.  I'm sure he'll agree it's a necessary change.

About the rarity of the bug, not only do the refcounts and cyclic structure have to be just right, we also need exactly the right parts of the cyclic trash to appear in exactly the right order in gc's generation list.  It really has nothing to do with asyncio.  But it's hard to provoke!  Even knowing the cause, I have yet to create a simple failing test case.
History
Date User Action Args
2014-05-07 03:55:07tim.peterssetrecipients: + tim.peters, gvanrossum, pitrou, vstinner, tim.golden, inglesp, Guido.van.Rossum
2014-05-07 03:55:07tim.peterssetmessageid: <1399434907.73.0.833969859305.issue21435@psf.upfronthosting.co.za>
2014-05-07 03:55:07tim.peterslinkissue21435 messages
2014-05-07 03:55:06tim.peterscreate