https://github.com/python/cpython/commit/26511993e63265ea5928aabe6af96d89e20f0553
commit: 26511993e63265ea5928aabe6af96d89e20f0553
branch: main
author: Tian Gao <[email protected]>
committer: gaogaotiantian <[email protected]>
date: 2025-03-14T16:23:21-04:00
summary:
gh-121468: Fix the doctest failure for asyncio test on pdb (#131258)
files:
M Lib/test/test_pdb.py
diff --git a/Lib/test/test_pdb.py b/Lib/test/test_pdb.py
index 87afe093e7730e..2c85c63bea0915 100644
--- a/Lib/test/test_pdb.py
+++ b/Lib/test/test_pdb.py
@@ -2079,7 +2079,7 @@ def test_pdb_asynctask():
> <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
"""
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]