[issue39638] Keep ASDL signatures for AST nodes

2020-03-16 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue39638] Keep ASDL signatures for AST nodes

2020-03-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 4ab362cec6dc68c798b3e354f687cf39e207b9a9 by Batuhan Taşkaya in branch 'master': bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) https://github.com/python/cpython/commit/4ab362cec6dc68c798b3e354f687cf39e207b9a9 --

[issue39638] Keep ASDL signatures for AST nodes

2020-03-08 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue39638] Keep ASDL signatures for AST nodes

2020-02-15 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- keywords: +patch pull_requests: +17892 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18515 ___ Python tracker ___

[issue39638] Keep ASDL signatures for AST nodes

2020-02-15 Thread Batuhan Taskaya
New submission from Batuhan Taskaya : It would be super convenient to keep ASDL declarations in AST nodes. There are multiple benefits of it; 1 -> When debugging or playing with the AST, time to time you may require to know what kind of things a field gets or is that field an optional one.