Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-astroid: Upgrade 2.12.13 -> 2.13.2 | Leon Anavi | 2023-01-12 | 1 | -32/+0 |
| | | | | | | | | | | | Upgrade to release 2.13.2: - Removed version conditions on typing_extensions dependency. - Removed typing_extensions from our tests requirements as it was preventing issues to appear in our continuous integration. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-astroid: upgrade 2.12.12 -> 2.12.13 | Wang Mingyu | 2022-11-28 | 1 | -0/+32 |
Changelog: =========== Prevent returning an empty list for ClassDef.slots() when the mro list contains one class & it is not object. Prevent a crash when inferring calls to str.format with inferred arguments Infer the length argument of the random.sample function. Catch ValueError when indexing some builtin containers and sequences during inference. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |