Skip to content

Issues: python/mypy

Python 3.13 tracking issue
#17264 opened May 18, 2024 by hauntsaninja
Open 3
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

[mypyc] Pickle test failure with Python 3.14.0a1 bug mypy got something wrong topic-mypyc mypyc bugs
#17973 opened Oct 16, 2024 by cdce8p
(🐞) Protocol not understood as an ABCMeta bug mypy got something wrong topic-runtime-semantics mypy doesn't model runtime semantics correctly
#17968 opened Oct 16, 2024 by KotlinIsland
mypy 2.0 big change list meta Issues tracking a broad area of work
#17967 opened Oct 16, 2024 by hauntsaninja
Type alias over generic parameter in generic class produces an error bug mypy got something wrong topic-pep-695 Issues related to PEP 695 syntax
#17956 opened Oct 15, 2024 by Dunes
Issues with solving value constrained type var in presence of Any bug mypy got something wrong
#17952 opened Oct 15, 2024 by donn
Mypyc: Crash when using property deleter crash topic-descriptors Properties, class vs. instance attributes topic-mypyc mypyc bugs
#17928 opened Oct 13, 2024 by aatle
Problem with @overload and Iterator/Generator bug mypy got something wrong
#17927 opened Oct 12, 2024 by NoamNol
itertools.chain returns object when using iterators of different types bug mypy got something wrong topic-join-v-union Using join vs. using unions
#17915 opened Oct 10, 2024 by blaxter
Issues with popular third-party packages (meta) meta Issues tracking a broad area of work
#17912 opened Oct 10, 2024 by JukkaL
False positive list comprehension for union type source iterable bug mypy got something wrong
#17907 opened Oct 9, 2024 by couling
Disable comparison overlap checks in assert statements false-positive mypy gave an error on correct code feature needs discussion topic-overlap Overlapping equality check
#17896 opened Oct 8, 2024 by JukkaL
ProTip! Exclude everything labeled bug with -label:bug.