This repository has been archived by the owner on Jul 5, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 54
Segfault on f-string in ast3 #30
Comments
I discovered it fails even on correct f-strings:
f-strings without variables inside are parsed correctly without error. |
ilevkivskyi
changed the title
Segfault on erroneous f-string in ast3
Segfault on f-string in ast3
Feb 16, 2017
I remember this had happened in #22, but I don't remember what I did to fix it... |
Merged
OK, found it, here is the fix #32 |
tbbharaj
pushed a commit
to tbbharaj/typed_ast
that referenced
this issue
Dec 6, 2021
Development branch fixes for 0.9.1 release
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This happens:
Unfortunately, I could not test this on other versions of Python now.
The text was updated successfully, but these errors were encountered: