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 richard.kiss
Recipients richard.kiss
Date 2014-04-05.21:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396732231.93.0.182409018223.issue21163@psf.upfronthosting.co.za>
In-reply-to
Content
Some tasks created via asyncio are vanishing because there is no reference to their resultant futures.

This behaviour does not occur in Python 3.3.3 with asyncio-0.4.1.

Also, doing a gc.collect() immediately after creating the tasks seems to fix the problem.

Attachment also available at https://gist.github.com/richardkiss/9988156
History
Date User Action Args
2014-04-05 21:10:31richard.kisssetrecipients: + richard.kiss
2014-04-05 21:10:31richard.kisssetmessageid: <1396732231.93.0.182409018223.issue21163@psf.upfronthosting.co.za>
2014-04-05 21:10:31richard.kisslinkissue21163 messages
2014-04-05 21:10:31richard.kisscreate