]> granicus.if.org Git - python/commit
Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 21:42:40 +0000 (22:42 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 21:42:40 +0000 (22:42 +0100)
commit4c3c699e623ac8d942a4ede93b13d8dc4146e0ec
tree83c2a34c6e9041756e5803544a915f6a1a6274c1
parent994bf4332f03e2f7a7c642337853404f1f192071
Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in
Python 3.4 to log "uncatched" exceptions, instead of the dedicated
_TracebackLogger class.
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_tasks.py