From: Tian Gao Date: Fri, 14 Mar 2025 20:23:21 +0000 (-0400) Subject: gh-121468: Fix the doctest failure for asyncio test on pdb (#131258) X-Git-Tag: v3.14.0a7~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26511993e63265ea5928aabe6af96d89e20f0553;p=thirdparty%2FPython%2Fcpython.git gh-121468: Fix the doctest failure for asyncio test on pdb (#131258) --- diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py index 87afe093e773..2c85c63bea09 100644 --- a/Lib/test/test_pdb.py +++ b/Lib/test/test_pdb.py @@ -2079,7 +2079,7 @@ if not SKIP_CORO_TESTS: > (2)test() -> import pdb; pdb.Pdb(nosigint=True, readrc=False).set_trace() (Pdb) $_asynctask - :2> ... + :2> ... (Pdb) continue """