From: Victor Stinner Date: Sat, 5 Jul 2014 13:41:18 +0000 (+0200) Subject: (Merge 3.4) Closes #21921: Fix ResourceWarning in the asyncio examples: close X-Git-Tag: v3.5.0a1~1342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cadd802a45036f926b3a105c2a5807024098d27;p=thirdparty%2FPython%2Fcpython.git (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). --- 3cadd802a45036f926b3a105c2a5807024098d27