bpo-20853: fixed PDB's args and retval commands to handle objects with broken repr()#28400
bpo-20853: fixed PDB's args and retval commands to handle objects with broken repr()#28400akulakov wants to merge 3 commits intopython:mainfrom
Conversation
|
This PR is stale because it has been open for 30 days with no activity. |
|
I get: test_pdb failed (uncaught exception) == Tests result: FAILURE == 1 test failed: Total duration: 205 ms |
Also expanded docs for retval cmd -- I found them confusing and insufficient when working on this issue.
https://bugs.python.org/issue20853