]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Jul 2014 20:32:58 +0000 (22:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Jul 2014 20:32:58 +0000 (22:32 +0200)
commitf68bd88aa61ae6214d3dc5552a7e3f9cf1401507
treeb976d878139b73d846ea1498aa867589a7f51b13
parenteb43214427b1ae6d7095bdd2333e9bc2220f9449
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.
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_futures.py