Message215633
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 |
|
| Date |
User |
Action |
Args |
| 2014-04-05 21:10:31 | richard.kiss | set | recipients:
+ richard.kiss |
| 2014-04-05 21:10:31 | richard.kiss | set | messageid: <[email protected]> |
| 2014-04-05 21:10:31 | richard.kiss | link | issue21163 messages |
| 2014-04-05 21:10:31 | richard.kiss | create | |
|