commit | 65aa64fae89a24491aae84ba0329eb8f3c68c389 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Tue Jun 11 18:27:30 2019 +0300 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jun 11 08:27:30 2019 -0700 |
tree | 0b1714dc7902f4ffa00c3dff4d5a4d918ec54b24 | |
parent | 1f11cf9521114447b3e32e2ac88f075ffaa37555 [diff] |
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