diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2021-12-07 17:06:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-07 23:06:19 +0100 |
| commit | 6ac6b909bfa18883d46cd15981629e84c5bd949e (patch) | |
| tree | 3362a577de547ab8afde17f7c03f3c8b37c051b0 /ChangeLog | |
| parent | e13c3402b08ecdb399a9c611bac61333a431f609 (diff) | |
| download | astroid-git-6ac6b909bfa18883d46cd15981629e84c5bd949e.tar.gz | |
Fix crash if a variable named "type" is subscripted in a generator expression (#1285)
Co-authored-by Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ Release date: TBA * Fix typing and update explanation for ``Arguments.args`` being ``None``. +* Fix crash if a variable named ``type`` is subscripted in a generator expression. + + Closes PyCQA/pylint#5461 + What's New in astroid 2.9.0? ============================ |
