Skip to content

Issues: python/mypy

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

Error code for "async for" outside async function is too general bug mypy got something wrong topic-async async, await, asyncio topic-error-reporting How we report errors
#18795 opened Mar 12, 2025 by danielnelson
await-not-async missed & false alarms with genexp and list comprehensions bug mypy got something wrong good-first-issue topic-async async, await, asyncio topic-runtime-semantics mypy doesn't model runtime semantics correctly
#18124 opened Nov 7, 2024 by jakkdl
Add truthy-coroutine check feature topic-async async, await, asyncio
#16069 opened Sep 7, 2023 by ikonst
Unused awaitable with TaskGroup bug mypy got something wrong false-positive mypy gave an error on correct code topic-async async, await, asyncio
#15036 opened Apr 11, 2023 by Dreamsorcerer
Daemon does not progate change from decorated to async function bug mypy got something wrong topic-async async, await, asyncio topic-daemon dmypy
#13706 opened Sep 22, 2022 by JukkaL
Unannotated async function should be inferred as Awaitable[Any] bug mypy got something wrong topic-async async, await, asyncio
#12776 opened May 12, 2022 by Dreamsorcerer
Feature Design Discussion: Blocking Analysis feature topic-async async, await, asyncio
#12649 opened Apr 21, 2022 by jhance
asyncio.gather is sometimes erroneously type-checked bug mypy got something wrong topic-async async, await, asyncio topic-overloads topic-pep-646 PEP 646 (TypeVarTuple, Unpack)
#10682 opened Jun 21, 2021 by Tinche
Definition Order Matters For types.coroutine Decorator bug mypy got something wrong false-positive mypy gave an error on correct code topic-async async, await, asyncio
#9256 opened Aug 4, 2020 by rmorshea
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.