]> granicus.if.org Git - python/commit
asyncio, Tulip issue 158: Task._step() now also sets self to None if an
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Mar 2014 22:07:08 +0000 (23:07 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Mar 2014 22:07:08 +0000 (23:07 +0100)
commitd74ac82df9cda264c120379a41e7add5d64b9d01
tree210d5f4cc398886dd3c80bfdc64f1400b2da4a09
parentdc855b7b1f6c7e9a9eb73bcf2b50619f2dfaf703
asyncio, Tulip issue 158: Task._step() now also sets self to None if an
exception is raised.  self is set to None to break a reference cycle.
Lib/asyncio/tasks.py