Skip to content
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

pkg_resources: don't ignore "missing symbol from stub" in stubtest #11494

Merged

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Feb 29, 2024

Extracted from #11455

Removed stubtest allowlist entries that were just ignoring "missing symbol in stubs". New symbols are exactly as generated by stubgen.

Merged _IResourceManager as ResourceManager. Seems like ResourceManager was lost in some "Protocol to concrete class" transition at some point, or we just didn't see that ResourceManager was a thing when we created IResourceManager as per the docstrings

Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JelleZijlstra JelleZijlstra merged commit 5a90337 into python:main Feb 29, 2024
45 checks passed
@Avasam Avasam deleted the pkg_resources-dont-ignore-missing-from-stub branch February 29, 2024 07:08
danieleades pushed a commit to danieleades/typeshed that referenced this pull request Mar 1, 2024
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.

2 participants