]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)
authorTian Gao <gaogaotiantian@hotmail.com>
Fri, 14 Mar 2025 20:23:21 +0000 (16:23 -0400)
committerGitHub <noreply@github.com>
Fri, 14 Mar 2025 20:23:21 +0000 (16:23 -0400)
Lib/test/test_pdb.py

index 87afe093e7730e23eb257b78111a13945f097b64..2c85c63bea09151eeec65b1a7f9fc46505c30577 100644 (file)
@@ -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
             """