[issue40483] Implementing a verifier function to verify integrity of AST nodes

2020-05-03 Thread Batuhan Taskaya
New submission from Batuhan Taskaya : This is actually a problem that is existing for a long time. A recent example would be the discussion in the GH-19868. Implementation - It should check existence of all fields (like ast.Constant() wont verified) - It should check types of all fields agains

[issue40483] Implementing a verifier function to verify integrity of AST nodes

2020-05-03 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- dependencies: +Default values for AST Nodes ___ Python tracker ___ ___ Python-bugs-list mailing list