]> granicus.if.org Git - python/commit
Closes #21921: Fix ResourceWarning in the asyncio examples: close the event
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Jul 2014 13:38:59 +0000 (15:38 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Jul 2014 13:38:59 +0000 (15:38 +0200)
commit63b21a8ffafcf40bb19a2d1be5c9fcdd487363a7
treeac389dd9dc117d4ca7f70ad84581ec93879fd3f0
parenta9acbe82e7822e555b669139fdd8a7cb7667492c
Closes #21921: Fix ResourceWarning in the asyncio examples: close the event
loop at exit. Patch written by Vajrasky Kok (I modified also the "hello world"
example using a coroutine).
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-task.rst