diff options
| author | Francis Charette Migneault <francis.charette.migneault@gmail.com> | 2021-02-07 03:43:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 09:43:57 +0100 |
| commit | 4629b93e59037e7d43fd70cb19085c6cb93d58a6 (patch) | |
| tree | 95f4c2f01e9052b9215a283320ed68e1a1324bc0 /ChangeLog | |
| parent | 5f67396894c79c4661e357ec8bb03aa134a51109 (diff) | |
| download | astroid-git-4629b93e59037e7d43fd70cb19085c6cb93d58a6.tar.gz | |
Add support of 'six.with_metaclass' (#841)
Closes #713
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -94,6 +94,10 @@ Release Date: TBA Fixes #843 +* Fix interpretation of ``six.with_metaclass`` class definitions. + + Fixes #713 + * Reduce memory usage of astroid's module cache. * Remove dependency on `imp`. |
