diff options
| author | Bryce Guinta <bryce.guinta@protonmail.com> | 2020-06-22 02:22:16 -0400 |
|---|---|---|
| committer | Bryce Guinta <bryce.guinta@protonmail.com> | 2020-06-23 22:16:21 -0400 |
| commit | 25384d4bebf0187b6704c818c7df64945793362c (patch) | |
| tree | da56f7e09c07a735294f6c36141aecfb72356c64 /ChangeLog | |
| parent | ec96745c0fdb9432549d182e381164d1836e8a4b (diff) | |
| download | astroid-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
