[issue41088] Extend the AST Validator to validate all identifiers

2020-06-23 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- nosy: +pablogsal, serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue41088] Extend the AST Validator to validate all identifiers

2020-06-23 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- keywords: +patch pull_requests: +20238 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21069 ___ Python tracker ___

[issue41088] Extend the AST Validator to validate all identifiers

2020-06-23 Thread Batuhan Taskaya
New submission from Batuhan Taskaya : These identifiers include; - 'name' of FunctionDef/ClassDef/AsyncFunctionDef/ExceptHandler - 'name' and 'asname' of import aliases within ImportFrom and Import nodes. Any of these cases will crash the interpreter (abort) when used with a constant (such as