Go to file
Ana Guerrero 3e3484f21b Accepting request 1185391 from devel:languages:python
- update to 3.2.2:
  * Improve inference for generic classes using the PEP 695
    syntax (Python 3.12).
  * Fix ``RecursionError`` in ``infer_call_result()`` for certain
    ``__call__`` methods.
  * Add ``AstroidManager.prefer_stubs`` attribute to control the
    astroid 3.2.0 feature that prefers stubs.
  * ``igetattr()`` returns the last same-named function in a
    class (instead of the first). This avoids false positives
    in pylint with ``@overload``.
  * Adds ``module_denylist`` to ``AstroidManager`` for modules to
    be skipped during AST generation. Modules in this list will
    cause an ``AstroidImportError`` to be raised when an AST
    for them is requested.
  * Make ``astroid.interpreter._import.util.is_namespace`` only
    consider modules using a loader set to ``NamespaceLoader``
    or ``None`` as namespaces.

OBS-URL: https://build.opensuse.org/request/show/1185391
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astroid?expand=0&rev=51
2024-07-05 17:45:10 +00:00
.gitattributes - update to 3.2.2: 2024-06-30 22:04:15 +00:00
.gitignore - update to 3.2.2: 2024-06-30 22:04:15 +00:00
astroid-3.2.2-gh.tar.gz - update to 3.2.2: 2024-06-30 22:04:15 +00:00
python-astroid.changes - update to 3.2.2: 2024-06-30 22:04:15 +00:00
python-astroid.spec - update to 3.2.2: 2024-06-30 22:04:15 +00:00