This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients lukasz.langa
Date 2021-08-11.19:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628710888.13.0.67246251384.issue44887@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-08-11 19:41:28lukasz.langasetrecipients: + lukasz.langa
2021-08-11 19:41:28lukasz.langasetmessageid: <1628710888.13.0.67246251384.issue44887@roundup.psfhosted.org>
2021-08-11 19:41:28lukasz.langalinkissue44887 messages
2021-08-11 19:41:28lukasz.langacreate