diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-07-17 17:36:38 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-17 08:53:08 -0700 |
commit | 20c6a4fe529284f3cf9a30ec697cca79de8afe6b (patch) | |
tree | b7563554d546ade4ecce31b419a166f42ab68edb /meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb | |
parent | e44b0f25756d40974a1850d10e88074f66b150f0 (diff) | |
download | meta-openembedded-20c6a4fe529284f3cf9a30ec697cca79de8afe6b.tar.gz |
python3-mypy: Upgrade 1.15.0 -> 1.17.0
Upgrade to release 1.17.0:
- Mypy can now optionally generate an error if a match statement
does not match exhaustively, without having to use
assert_never(...). Enable this by using --enable-error-code
exhaustive-match.
- Handle corner case: protocol/class variable/descriptor
- Fix a few inconsistencies in protocol/type object interactions
- Refactor/unify access to static attributes
- Remove inconsistencies in operator handling
- Make protocol subtyping more consistent
- Fix nondeterministic type checking by making join with explicit
Protocol and type promotion commute
- Fix nondeterministic type checking caused by nonassociative of
None joins
- Fix nondeterministic type checking caused by nonassociativity of
joins
- Fix nondeterministic type checking by making join between type
and TypeVar commute
- Mypy only supports Python 3.9+. The --force-uppercase-builtins
flag is now deprecated as unnecessary, and a no-op. It will be
removed in a future version.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.12.29.bb')
0 files changed, 0 insertions, 0 deletions