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__ importbarry_as_FLUFL>>>2<>3True
After problematic commit:
>>>from __future__ importbarry_as_FLUFL>>>2<>3File"<stdin>", line12<>3^^SyntaxError: invalidsyntax
Your environment
- CPython versions tested on: 3.12.0a7+, 3.13.0a0
- Operating system and architecture: 64-bit Win10
Linked PRs
Bug report
from __future__ import barry_as_FLUFLstops working in the REPL like before. Suspected issue comes from gh-99111.Before problematic commit:
After problematic commit:
Your environment
Linked PRs
barry_as_FLUFLfuture import #105909barry_as_FLUFLfuture import (GH-105909) #105930