Closed
Description
Bug report
Bug description:
Our documentation clearly states that sys.ps1
and sys.ps2
are only defined when the interpreter is in interactive mode. code.interact
brings the interpreter to interactive mode, but after the function the interpreter is not in that mode anymore. Therefore, we should not keep sys.ps1
and sys.ps2
because that could mislead programs to think the interpreter is still in interactive mode.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response