Skip to content

Fix generate_pyi compatibility with Python 3.7 and lower

David Gobbi requested to merge dgobbi/vtk:pyi-for-old-python into master

The docstring annotation filtering requires features of Python's ast parser module that weren't available until Python 3.8

Merge request reports