Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Fix segfault on f-string #32

Merged
merged 1 commit into from
Feb 17, 2017
Merged

Conversation

ilevkivskyi
Copy link
Member

Fixes #30

The fix is very straightforward, it looks like it was just an oversight.

(Note that the corresponding Python function is public, so that I also removed static declaration here)

@ddfisher
Copy link
Collaborator

Looks like a good fix, thanks! Confirmed this fixes the crash on 3.5.1.

Interestingly, there was no crash previously on 3.4 or 3.3.

@ddfisher ddfisher merged commit cebf4a2 into python:master Feb 17, 2017
@ilevkivskyi ilevkivskyi deleted the fix-segfault branch February 17, 2017 11:37
tbbharaj pushed a commit to tbbharaj/typed_ast that referenced this pull request Dec 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault on f-string in ast3
3 participants