Skip to content

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
MemberAuthor

Good point, done

@JelleZijlstra
Copy link
MemberAuthor

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

@JelleZijlstraJelleZijlstra changed the title typing: Remove an unused functiongh-105499: typing: Remove an unused functionMar 31, 2025
@JelleZijlstraJelleZijlstra merged commit 0f511d8 into python:mainMar 31, 2025
38 checks passed
Sign up for freeto 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

@JelleZijlstra@AlexWaygood@picnixz