]> granicus.if.org Git - python/commit
(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)
commit61d368e9c92ba98a73988e4043765a24e5e3b224
treee65d2ce2c2ce081006e046e7395589463c34f5c4
parentfff80d984caa6d7f63ff1bb13d9c3d5261c0209f
parentf68bd88aa61ae6214d3dc5552a7e3f9cf1401507
(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.