Skip to content

Add stubs for gunicorn#14690

Merged
srittau merged 106 commits intopython:mainfrom
eugeneliukindev:main
Sep 22, 2025
Merged

Add stubs for gunicorn#14690
srittau merged 106 commits intopython:mainfrom
eugeneliukindev:main

Conversation

@eugeneliukindev
Copy link
Copy Markdown
Contributor

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

aiohttp (https://github.com/aio-libs/aiohttp)
+ aiohttp/worker.py:38: error: Unused "type: ignore[misc, no-any-unimported]" comment  [unused-ignore]
+ aiohttp/worker.py:71:13: error: Statement is unreachable  [unreachable]
+ aiohttp/worker.py:71:13: note: See https://mypy.rtfd.io/en/stable/_refs.html#code-unreachable for more info
+ aiohttp/worker.py:75:26: error: Too few arguments  [call-arg]
+ aiohttp/worker.py:75:26: note: See https://mypy.rtfd.io/en/stable/_refs.html#code-call-arg for more info
+ aiohttp/worker.py:75:26: note: "wsgi" is considered instance variable, to make it class variable use ClassVar[...]
+ aiohttp/worker.py:117: error: Unused "type: ignore" comment  [unused-ignore]

Copy link
Copy Markdown
Collaborator

@srittau srittau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@srittau srittau merged commit da93072 into python:main Sep 22, 2025
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants