]> granicus.if.org Git - python/commitdiff
(Merge 3.4) asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Jul 2014 20:34:58 +0000 (22:34 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 10 Jul 2014 20:34:58 +0000 (22:34 +0200)
- 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.


Trivial merge