8000 gh-121468: Fix the doctest failure for asyncio test on pdb (#131258) · plashchynski/cpython@98e0c4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 98e0c4c

Browse files
gaogaotiantianplashchynski
authored andcommitted
pythongh-121468: Fix the doctest failure for asyncio test on pdb (python#131258)
1 parent 6809a72 commit 98e0c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pdb.py

Lines changed: 1 addition & 1 deletion
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)
0