summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-astroid_3.3.10.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-astroid: upgrade 3.3.10 -> 3.3.11Wang Mingyu2025-07-151-37/+0
| | | | | | | | | | | Changelog: ============= - Fix a crash when parsing an empty arbitrary expression with extract_node (extract_node("__()")). - Fix a crash when parsing a slice called in a decorator on a function that is also decorated with a known six decorator. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-astroid: upgrade 3.3.9 -> 3.3.10Wang Mingyu2025-05-211-0/+37
Changelog: ============ - Avoid importing submodules sharing names with standard library modules. - Fix bug where pylint code.custom_extension would analyze code.py or code.pyi instead if they existed. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>