[New-bugs-announce] [issue41088] Extend the AST Validator to validate all identifiers

Batuhan Taskaya report at bugs.python.org
Tue Jun 23 06:44:57 EDT 2020


New submission from Batuhan Taskaya <isidentical at gmail.com>:

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 True). This is a follow-up issue on 40870

----------
messages: 372154
nosy: BTaskaya
priority: normal
severity: normal
status: open
title: Extend the AST Validator to validate all identifiers

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41088>
_______________________________________


More information about the New-bugs-announce mailing list