This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BTaskaya
Recipients BTaskaya
Date 2020-06-23.10:44:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592909097.69.0.0792029823665.issue41088@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-06-23 10:44:57BTaskayasetrecipients: + BTaskaya
2020-06-23 10:44:57BTaskayasetmessageid: <1592909097.69.0.0792029823665.issue41088@roundup.psfhosted.org>
2020-06-23 10:44:57BTaskayalinkissue41088 messages
2020-06-23 10:44:57BTaskayacreate