adang1345 / delvewheel

Self-contained Python wheels for Windows
MIT License
123 stars 12 forks source link

Fix ast parsing on Python 3.6 and 3.7 #11

Closed vtraag closed 3 years ago

vtraag commented 3 years ago

This fixes issue #10, at least on my side, and seems to work on Python 3.6, 3.7 and 3.8.

I am not sure if there are situations in which the docstring will not be interpreted as an ast.Str, so perhaps this is not the best solution.

adang1345 commented 3 years ago

I have addressed the bug with 989c2e25b66a5aaf7a36deac3c370a62fd1e4b2f.