Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syntactical __future__ import barry_as_FLUFL does not work in the REPL anymore #105908

Closed
thatbirdguythatuknownot opened this issue Jun 19, 2023 · 0 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@thatbirdguythatuknownot
Copy link
Contributor

thatbirdguythatuknownot commented Jun 19, 2023

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

@thatbirdguythatuknownot thatbirdguythatuknownot added the type-bug An unexpected behavior, bug, or error label Jun 19, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 20, 2023
(cherry picked from commit 28187a9)

Co-authored-by: Crowthebird <[email protected]>
JelleZijlstra pushed a commit that referenced this issue Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants