python / typed_ast

Modified fork of CPython's ast module that parses `# type:` comments
Other
228 stars 54 forks source link

Module load fails with Python 3.9.13 (undefined symbol _PyUnicode_DecodeUnicodeEscape) #192

Closed YingboFu closed 2 years ago

YingboFu commented 2 years ago

Hi,

I've encountered this issue with Python 3.9.13 and I guess this is the same cause with the closed issue <Module load fails with Python 3.9.8 (undefined symbol _PyUnicode_DecodeUnicodeEscape) #169>.

Thanks.