summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBryce Guinta <bryce.guinta@protonmail.com>2020-06-22 02:22:16 -0400
committerBryce Guinta <bryce.guinta@protonmail.com>2020-06-23 22:16:21 -0400
commit25384d4bebf0187b6704c818c7df64945793362c (patch)
treeda56f7e09c07a735294f6c36141aecfb72356c64 /ChangeLog
parentec96745c0fdb9432549d182e381164d1836e8a4b (diff)
downloadastroid-git-25384d4bebf0187b6704c818c7df64945793362c.tar.gz
Squash one-off inference utility functions to help reduce recursion errors (#804)
This also makes debugging a lot simpler reducing the complexity of the function stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 737b682e..c8c6bcfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,10 @@ Release Date: TBA
Fixes PyCQA/pylint#3599
+* Prevent recursion error for self referential length calls
+
+ Close #777
+
* Added missing methods to the brain for ``mechanize``, to fix pylint false positives
Close #793