tristanlatr / astuce

AST inference utilities
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Make it work with python 3.7 #2

Open tristanlatr opened 2 years ago

pawamoy commented 2 years ago

What is not working yet with Python 3.7?

tristanlatr commented 2 years ago

I'm importing names that do not exists, I did not paid much attention to that while hacking.

Basically it complains about ast.NamedExpr not existing.