-
Notifications
You must be signed in to change notification settings - Fork 550
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
__init__.pyi
added on #570 breaks mypy
#575
Comments
Issue: MagicStack/uvloop#575. Can revert when underlying issue fixed.
Issue: MagicStack/uvloop#575. Can revert when underlying issue fixed.
Issue: MagicStack/uvloop#575. Can revert when underlying issue fixed.
Issue: MagicStack/uvloop#575. Can revert when underlying issue fixed.
Issue: MagicStack/uvloop#575. Can revert when underlying issue fixed.
For my situation, I can just revert this commit: vkottler/vcorelib@81a1ba3 if/when there's a fix. |
I believe #573 shall fix this issue. |
Is a release expected to happen soon? |
@fantix can you cut a release with this fix in? it's blocking CI on uvicorn. If you're busy that's ok just let me know and I'll depend on the git HEAD in uvicorn |
Yeah sure - I'll try to include some more stuff and cut a release this weekend. |
Thanks @fantix ! I think we can now close this issue. https://github.com/MagicStack/uvloop/releases/tag/v0.19.0 |
PYTHONASYNCIODEBUG
in env?: N/AThis appears to be caused by the addition of this file: https://github.com/MagicStack/uvloop/blob/master/uvloop/__init__.pyi.
It does not contain any information about e.g.
__all__
defined in init.py.edit: also reproduces in GitHub Actions
The text was updated successfully, but these errors were encountered: