commit | 3cadd802a45036f926b3a105c2a5807024098d27 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Jul 05 15:41:18 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Jul 05 15:41:18 2014 +0200 |
tree | fa87636e75f24d70ff1f5b0db10da70222b980c5 | |
parent | 8c57548f89846389a13c6ea1c7160d95aafa7110 [diff] | |
parent | 63b21a8ffafcf40bb19a2d1be5c9fcdd487363a7 [diff] |
(Merge 3.4) 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).