New submission from Batuhan Taskaya <isidenti...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue41088>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to