Skip to content

gh-105499: typing: Remove an unused function #131946

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

Merged
merged 3 commits into from
Mar 31, 2025

Conversation

JelleZijlstra
Copy link
Member

Leftover from #105511 I believe. GitHub code search found no usages other
than copies of typing.py and lists of stdlib functions.

Leftover from python#105511 I believe. GitHub code search found no usages other
than copies of typing.py and lists of stdlib functions.
@AlexWaygood
Copy link
Member

there's now only one usage of _deduplicate_unhashable with this change; could consider inlining it at the callsite?

@JelleZijlstra
Copy link
Member Author

Good point, done

@JelleZijlstra
Copy link
Member Author

Also noticed some unused imports, so removed those too

@picnixz
Copy link
Member

picnixz commented Mar 31, 2025

Maybe you should update the title, e.g., gh-105499: remove unused bits post gh-105511

@JelleZijlstra JelleZijlstra changed the title typing: Remove an unused function gh-105499: typing: Remove an unused function Mar 31, 2025
@JelleZijlstra JelleZijlstra merged commit 0f511d8 into python:main Mar 31, 2025
38 checks passed
seehwan pushed a commit to seehwan/cpython that referenced this pull request Apr 16, 2025
Leftover from python#105511 I believe. GitHub code search found no usages other
than copies of typing.py and lists of stdlib functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants