summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-29 09:32:56 +0100
committerGitHub <noreply@github.com>2023-01-29 09:32:56 +0100
commitc8f83168aa62f67e610afc161d77be845091b349 (patch)
treebaf59a69dec44c5c924b027ba445c941ad1aafff /ChangeLog
parent52e843899df02aded7390b049eb9b0a02cfd8725 (diff)
downloadastroid-git-c8f83168aa62f67e610afc161d77be845091b349.tar.gz
Preserve parent CallContext when inferring nested functions (#1982) (#1983)
(cherry picked from commit a0d219cb3403cda3338a14ce67a60954b4ff5cd7) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d7c430e1..5b1fc4df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,9 +14,12 @@ Release date: TBA
* Fix issues with ``typing_extensions.TypeVar``.
-
* Fix ``ClassDef.fromlino`` for PyPy 3.8 (v7.3.11) if class is wrapped by a decorator.
+* Preserve parent CallContext when inferring nested functions.
+
+ Closes PyCQA/pylint#8074
+
What's New in astroid 2.13.3?
=============================