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 vstinner
Recipients shihai1991, vstinner
Date 2022-01-17.12:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642422801.38.0.524390462277.issue41034@roundup.psfhosted.org>
In-reply-to
Content
The "./python -m test -R 3:3 test_builtin" command loads the readline module somehow:
---
$ ./python -i -m test -R 3:3 test_builtin 
(...)
SystemExit: 0

>>> import sys
>>> 'readline' in sys.modules
True
---

This bug is a duplicate of bpo-13886. Moreover, I tested manually: my change GH-30631 fix this issue.
History
Date User Action Args
2022-01-17 12:33:21vstinnersetrecipients: + vstinner, shihai1991
2022-01-17 12:33:21vstinnersetmessageid: <1642422801.38.0.524390462277.issue41034@roundup.psfhosted.org>
2022-01-17 12:33:21vstinnerlinkissue41034 messages
2022-01-17 12:33:21vstinnercreate