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

Segfault on f-string in ast3 #30

Closed
@ilevkivskyi

Description

@ilevkivskyi

This happens:

Python 3.5.1 |Anaconda custom (x86_64)| (default, Dec  7 2015, 11:24:55) 
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin

>>> from typed_ast import ast3
>>> ast3.parse("x = f'Hi {x}'")
Segmentation fault: 11

Unfortunately, I could not test this on other versions of Python now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions