]> granicus.if.org Git - python/commit
(Merge 3.4) Closes #21921: Fix ResourceWarning in the asyncio examples: close
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Jul 2014 13:41:18 +0000 (15:41 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 5 Jul 2014 13:41:18 +0000 (15:41 +0200)
commit3cadd802a45036f926b3a105c2a5807024098d27
treefa87636e75f24d70ff1f5b0db10da70222b980c5
parent8c57548f89846389a13c6ea1c7160d95aafa7110
parent63b21a8ffafcf40bb19a2d1be5c9fcdd487363a7
(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).