You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use case is automatic safe parsing of metadata from setup.py files. The plan is simple: process the AST with a constant and copy propagation optimizer, then extract the data from setup call.
Also: I had to comment out some asserts in expression.py.
The text was updated successfully, but these errors were encountered:
Unfortunately I haven't had time to work on it in the last couple of years, so the support for Py3.9+ is uncertain, and some features are naturally missing. I can't promise that I will look at it right away, but I will try to find time this or next week.
My use case is automatic safe parsing of metadata from
setup.py
files. The plan is simple: process the AST with a constant and copy propagation optimizer, then extract the data fromsetup
call.Also: I had to comment out some asserts in
expression.py
.The text was updated successfully, but these errors were encountered: