summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTushar Sadhwani <tushar.sadhwani000@gmail.com>2023-04-15 19:37:54 +0530
committerGitHub <noreply@github.com>2023-04-15 14:07:54 +0000
commit495581f0ff1b0513397b9177c62f27e702e11bb2 (patch)
tree7211f41c819316de4e6c8860075b36dc210679fa /ChangeLog
parentc1f8ca83f12580e4ca93d46b3c6e590aa6025377 (diff)
downloadastroid-git-495581f0ff1b0513397b9177c62f27e702e11bb2.tar.gz
Use `safe_infer` in `_unpack_args` and `_unpack_keywords` (#2117)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6608cac..460ef305 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,10 @@ Release date: TBA
* Remove dependency on ``wrapt``.
+* ``CallSite._unpack_args`` and ``CallSite._unpack_keywords`` now use ``safe_infer()`` for
+ better inference and fewer false positives.
+
+ Closes pylint-dev/pylint#8544
What's New in astroid 2.15.3?
=============================