-
- Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Closed
Copy link
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
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
Linked PRs
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error