Traceback (most recent call last):
File "<stdin>", line 1, in <module>
undefined
NameError: name 'undefined' is not defined
Actual output:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
# Python startup file LINE 1
NameError: name 'undefined' is not defined
Bug report
Bug description:
./startup.py:PYTHONSTARTUP=./startup.py PYTHON_BASIC_REPL=1 python3CPython versions tested on:
3.13
Operating systems tested on:
Linux