diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-08-18 23:04:14 +0200 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-08-18 23:17:45 +0200 |
| commit | 44fc1e1e23fd1d3b43cf80a10eb1c032a4312a2b (patch) | |
| tree | 5c6c2ad5028be821b72fdbda71160fe22b93f0e3 /ChangeLog | |
| parent | 76036144e4b0049575d5c2f0c64d6365529ee9e7 (diff) | |
| download | astroid-git-builtin-simplified.tar.gz | |
Replace the constant BUILTINS by the string 'builtins'builtin-simplified
This make for clearer and also sligtly faster code (means time
seems to decrese by 0.68% with this change alone (astroid/pylint)
in the pylint tests benchmarks). Done because we were using an
import from astroid from astroid.bases for one of those, which is
kinda messy.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ What's New in astroid 2.8.0? ============================ Release date: TBA - +* ``astroid.const.BUILTINS`` and ``astroid.bases.BUILTINS`` have been removed, + simply replace this by the string 'builtins' for better performances. What's New in astroid 2.7.2? ============================ |
