Skip to content

Commit 2651199

Browse files
gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)
1 parent 633942e commit 2651199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Lib/test/test_pdb.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ def test_pdb_asynctask():
20792079
> <doctest test.test_pdb.test_pdb_asynctask[1]>(2)test()
20802080
-> import pdb; pdb.Pdb(nosigint=True, readrc=False).set_trace()
20812081
(Pdb) $_asynctask
2082-
<Task pending name='Task-1' coro=<test() running at <doctest test.test_pdb.test_pdb_asynctask[1]>:2> ...
2082+
<Task pending name=... coro=<test() running at <doctest test.test_pdb.test_pdb_asynctask[1]>:2> ...
20832083
(Pdb) continue
20842084
"""
20852085

0 commit comments

Comments
 (0)