Skip to content

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

@thatbirdguythatuknownot

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

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions