mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)
This commit is contained in:
parent
633942e348
commit
26511993e6
1 changed files with 1 additions and 1 deletions
|
@ -2079,7 +2079,7 @@ if not SKIP_CORO_TESTS:
|
|||
> <doctest test.test_pdb.test_pdb_asynctask[1]>(2)test()
|
||||
-> import pdb; pdb.Pdb(nosigint=True, readrc=False).set_trace()
|
||||
(Pdb) $_asynctask
|
||||
<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> ...
|
||||
(Pdb) continue
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue