Closed
Description
Bug report
from __future__ import barry_as_FLUFL
stops working in the REPL like before. Suspected issue comes from gh-99111.
Before problematic commit:
>>> from __future__ import barry_as_FLUFL
>>> 2<>3
True
After problematic commit:
>>> from __future__ import barry_as_FLUFL
>>> 2<>3
File "<stdin>", line 1
2<>3
^^
SyntaxError: invalid syntax
Your environment
- CPython versions tested on: 3.12.0a7+, 3.13.0a0
- Operating system and architecture: 64-bit Win10