15
0

- update to 2.15.6:

* Harden ``get_module_part()`` against ``"."``.
  * Avoid expensive list/tuple multiplication operations that
    would result in ``MemoryError``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-astroid?expand=0&rev=93
This commit is contained in:
2023-07-16 11:41:00 +00:00
committed by Git OBS Bridge
parent babc8d198d
commit 9c2fe1fac6
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jul 16 11:40:36 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.15.6:
* Harden ``get_module_part()`` against ``"."``.
* Avoid expensive list/tuple multiplication operations that
would result in ``MemoryError``.
-------------------------------------------------------------------
Mon May 15 16:15:33 UTC 2023 - Dirk Müller <dmueller@suse.com>