]> granicus.if.org Git - python/commit
bpo-36613: call remove_done_callback if exception (GH-12800)
authorgescheit <gescheit12@gmail.com>
Fri, 3 May 2019 15:18:02 +0000 (18:18 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 May 2019 15:18:02 +0000 (08:18 -0700)
commitc1964e9e2177eabe821f3e4243be8b99e0d2d542
tree7390706509d540575ca8d89c9d3c7d0973e20165
parent4461d704e23a13dfbe78ea3020e4cbeff4b68dc2
bpo-36613: call remove_done_callback if exception (GH-12800)

Call remove_done_callback() in finally block.

https://bugs.python.org/issue36613
Lib/asyncio/tasks.py
Misc/NEWS.d/next/Library/2019-04-12-13-52-15.bpo-36613.hqT1qn.rst [new file with mode: 0644]