Closed a-detiste closed 1 month ago
For what it's worth, a much dumber patch was temporarily used in Debian: https://sources.debian.org/src/python-asttokens/2.4.1-2/debian/patches/remove-six.patch/
The good things is that the CI suite of all reverse dependencies (the one using asttokens) passed fine.
-import six
+class six:
+ PY2 = False
+ PY3 = True
+ string_types = (str,)
Thank you so much!!!
It is ready.