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.
This happens:
Unfortunately, I could not test this on other versions of Python now.