From: Victor Stinner Date: Thu, 10 Jul 2014 20:34:58 +0000 (+0200) Subject: (Merge 3.4) asyncio: sync with Tulip X-Git-Tag: v3.5.0a1~1305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61d368e9c92ba98a73988e4043765a24e5e3b224;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) asyncio: sync with Tulip - Issues #21936, #21163: Fix sporadic failures of test_future_exception_never_retrieved() - Handle.cancel() now clears references to callback and args - In debug mode, repr(Handle) now contains the location where the Handle was created. --- 61d368e9c92ba98a73988e4043765a24e5e3b224