]> granicus.if.org Git - python/commit
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 11 Jun 2019 15:27:30 +0000 (18:27 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jun 2019 15:27:30 +0000 (08:27 -0700)
commit65aa64fae89a24491aae84ba0329eb8f3c68c389
tree0b1714dc7902f4ffa00c3dff4d5a4d918ec54b24
parent1f11cf9521114447b3e32e2ac88f075ffaa37555
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)

If internal tasks weak set is changed by another thread during iteration.

https://bugs.python.org/issue36607
Lib/asyncio/tasks.py
Misc/NEWS.d/next/Library/2019-06-11-13-52-04.bpo-36607.5_mJkQ.rst [new file with mode: 0644]