summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-12-07 17:06:19 -0500
committerGitHub <noreply@github.com>2021-12-07 23:06:19 +0100
commit6ac6b909bfa18883d46cd15981629e84c5bd949e (patch)
tree3362a577de547ab8afde17f7c03f3c8b37c051b0 /ChangeLog
parente13c3402b08ecdb399a9c611bac61333a431f609 (diff)
downloadastroid-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d701440..3cf10278 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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?
============================