commit | 63b21a8ffafcf40bb19a2d1be5c9fcdd487363a7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Jul 05 15:38:59 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Jul 05 15:38:59 2014 +0200 |
tree | ac389dd9dc117d4ca7f70ad84581ec93879fd3f0 | |
parent | a9acbe82e7822e555b669139fdd8a7cb7667492c [diff] |
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).