lmfit / asteval

minimalistic evaluator of python expression using ast module
https://lmfit.github.io/asteval
MIT License
183 stars 41 forks source link

Tzahnd/python310fix #125

Closed tzahnd closed 7 months ago

tzahnd commented 7 months ago

Changes needed to support moving monkey to python 3.10 Change requests library to same version as monkey Change subscript to handle values differently since ast parsing is different, returns ast.Constant