]> granicus.if.org Git - python/commit
asyncio: Remove unused Future._tb_logger attribute (#4596)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 27 Nov 2017 23:35:33 +0000 (00:35 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2017 23:35:33 +0000 (00:35 +0100)
commitc16bacec3c2f08a74e4dc282f7d84f17ec70d0d5
treed8dfc750fb89d86220dae7a20902b200b92755af
parent28e61650b23119b68cd7943ccc01b8b9af1b4103
asyncio: Remove unused Future._tb_logger attribute (#4596)

It was only used on Python 3.3, now only Future._log_traceback is
used.
Lib/asyncio/futures.py