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
Python3.8 changes the signature of ast.Module by adding a
ignore_comment field which breaks this project. ast.parse("")
is a dirty but more compatible way to make it work in both
Python 3.8 and <3.8.
Fixedcea-sec#1092
Python3.8 changes the signature of ast.Module by adding a
ignore_comment field which breaks this project. ast.parse("")
is a dirty but more compatible way to make it work in both
Python 3.8 and <3.8.
Fixedcea-sec#1092
Version: 0.1.1.dev192
Possibly related to changes to AST in 3.8
See also: pallets/werkzeug#1551
Their fix is to change
ast.Module
toast.parse
: https://github.com/pallets/werkzeug/pull/1552/filesThe text was updated successfully, but these errors were encountered: