Message410771
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. |
|
| Date |
User |
Action |
Args |
| 2022-01-17 12:33:21 | vstinner | set | recipients:
+ vstinner, shihai1991 |
| 2022-01-17 12:33:21 | vstinner | set | messageid: <1642422801.38.0.524390462277.issue41034@roundup.psfhosted.org> |
| 2022-01-17 12:33:21 | vstinner | link | issue41034 messages |
| 2022-01-17 12:33:21 | vstinner | create | |
|