Message399413
It *is* readline-related after all O_O
Commenting out this section in Pdb.__init__ makes the issue go away:
https://github.com/python/cpython/blob/64a7812c170f5d46ef16a1517afddc7cd92c5240/Lib/pdb.py#L234-L239
time ./python.exe -E -Wd -m test test_builtin test_builtin
0:00:00 load avg: 2.12 Run tests sequentially
0:00:00 load avg: 2.12 [1/2] test_builtin
0:00:00 load avg: 2.12 [2/2] test_builtin
== Tests result: SUCCESS ==
All 2 tests OK.
Total duration: 1.3 sec
Tests result: SUCCESS
1.56 real 1.42 user 0.10 sys
I'll be continuing on this tomorrow to find the root cause. |
|
Date |
User |
Action |
Args |
2021-08-11 19:41:28 | lukasz.langa | set | recipients:
+ lukasz.langa |
2021-08-11 19:41:28 | lukasz.langa | set | messageid: <1628710888.13.0.67246251384.issue44887@roundup.psfhosted.org> |
2021-08-11 19:41:28 | lukasz.langa | link | issue44887 messages |
2021-08-11 19:41:28 | lukasz.langa | create | |
|