Skip to content

gh-114281: Remove incorrect type hints from asyncio.staggered - #114282

Merged
AA-Turner merged 3 commits into
python:mainfrom
sobolevn:issue-114281
Jan 20, 2024
Merged

gh-114281: Remove incorrect type hints from asyncio.staggered#114282
AA-Turner merged 3 commits into
python:mainfrom
sobolevn:issue-114281

Conversation

@sobolevn

@sobolevnsobolevn commented Jan 19, 2024

Copy link
Copy Markdown
Member

@gvanrossumgvanrossum left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

TBH, I don't want to maintain type annotations in stdlib modules unless we run mypy in CI. Maybe we should just remove these rather than try to fix them?

@sobolevn

Copy link
Copy Markdown
MemberAuthor

Sure, typeshed has the correct version anyway 👍

Comment threadMisc/NEWS.d/next/Library/2024-01-19-12-05-22.gh-issue-114281.H5JQe4.rst Outdated
…5JQe4.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
@AA-TurnerAA-Turner changed the title gh-114281: Improve type hints in asyncio/staggered.pygh-114281: Remove incorrect type hints from asyncio.staggeredJan 20, 2024
@AA-Turner
AA-Turner merged commit 0554a95 into python:mainJan 20, 2024
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
…python#114282)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…python#114282)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…python#114282)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Sign up for freeto 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

@sobolevn@gvanrossum@AA-Turner