Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
324 stars 57 forks source link

def foo(x, *, y) crashes Pyan #4

Closed Technologicat closed 6 years ago

Technologicat commented 6 years ago

To reproduce:

pyan.py -cugan -VV let.py

where let.py is

https://github.com/Technologicat/unpythonic/blob/master/unpythonic/let.py

specifically this version.