We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fb0e3 commit 7d3b041Copy full SHA for 7d3b041
Lib/test/test_asyncgen.py
@@ -1777,7 +1777,6 @@ def test_simultaneous_asend(self):
1777
to do an `asend()`, (or `athrow()`, or `aclose()`) on the generator.
1778
"""
1779
1780
-
1781
async def run_collision(op, *args):
1782
# Two tasks are created and scheduled. The first will sleep inside the
1783
# `asend()` and the other will then attempt a second operation and fail.
0 commit comments