-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Label
Projects
Milestones
Assignee
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
Do not raise async, await, asyncio
unused-awaitable
when it's already await
ed
feature
topic-async
#14795
opened Feb 27, 2023 by
GideonBear
Add rule to detect potential bug caused by unheld references to asyncio.create_task
feature
topic-async
async, await, asyncio
#14710
opened Feb 15, 2023 by
htadashi
Mypy should report errors when bpo-33346 would occur
feature
topic-async
async, await, asyncio
#14256
opened Dec 5, 2022 by
jhance
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
Segmentation fault when native coroutine compiled with mypyc is cancelled due to timeout
crash
topic-async
async, await, asyncio
topic-mypyc
mypyc bugs
#12867
opened May 25, 2022 by
alisaifee
Unannotated async function should be inferred as mypy got something wrong
topic-async
async, await, asyncio
Awaitable[Any]
bug
#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
#10682
opened Jun 21, 2021 by
Tinche
Definition Order Matters For mypy got something wrong
false-positive
mypy gave an error on correct code
topic-async
async, await, asyncio
types.coroutine
Decorator
bug
#9256
opened Aug 4, 2020 by
rmorshea
Give error if __aexit__ returns false but is declared to return bool
priority-1-normal
topic-async
async, await, asyncio
topic-usability
#7665
opened Oct 9, 2019 by
JukkaL
Warn about unused Awaitables (and potentially other objects)
feature
needs discussion
priority-1-normal
topic-async
async, await, asyncio
#2499
opened Nov 27, 2016 by
JelleZijlstra
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.