]> granicus.if.org Git - python/commit
asyncio: Remove unused Future._tb_logger attribute (GH-4596) (#4598)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Nov 2017 09:32:28 +0000 (01:32 -0800)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 28 Nov 2017 09:32:28 +0000 (10:32 +0100)
commitf54e40520098f8e28bb1dd8d8f0a79316d5ea7fc
tree13d35760db1d48a53fc95107cb071554ef81ffc8
parentd5c71b0c9862c4474d2700a14490dc98b67da88e
asyncio: Remove unused Future._tb_logger attribute (GH-4596) (#4598)

It was only used on Python 3.3, now only Future._log_traceback is
used.
(cherry picked from commit c16bacec3c2f08a74e4dc282f7d84f17ec70d0d5)
Lib/asyncio/futures.py