8000
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 6809a72 commit 98e0c4cCopy full SHA for 98e0c4c
Lib/test/test_pdb.py
@@ -2079,7 +2079,7 @@ def test_pdb_asynctask():
2079
> <doctest test.test_pdb.test_pdb_asynctask[1]>(2)test()
2080
-> import pdb; pdb.Pdb(nosigint=True, readrc=False).set_trace()
2081
(Pdb) $_asynctask
2082
- <Task pending name='Task-1' coro=<test() running at <doctest test.test_pdb.test_pdb_asynctask[1]>:2> ...
+ <Task pending name=... coro=<test() running at <doctest test.test_pdb.test_pdb_asynctask[1]>:2> ...
2083
(Pdb) continue
2084
"""
2085
0 commit comments