Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
from __future__ import barry_as_FLUFL stops working in the REPL like before. Suspected issue comes fromgh-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