FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-105499: typing: Remove an unused function by JelleZijlstra · Pull Request #131946 · python/cpython · GitHub

/ cpython Public

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

Merged
JelleZijlstra merged 3 commits into
python:mainfrom
JelleZijlstra:rm-unused
Mar 31, 2025
Merged

gh-105499: typing: Remove an unused function#131946
JelleZijlstra merged 3 commits into
python:mainfrom
JelleZijlstra:rm-unused

Conversation

Copy link
Copy Markdown
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.

Copy link
Copy Markdown
Member

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

Copy link
Copy Markdown
Member Author

Good point, done

Copy link
Copy Markdown
Member Author

Also noticed some unused imports, so removed those too

picnixz commented Mar 31, 2025
edited
Loading

Copy link
Copy Markdown
Member

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

JelleZijlstra changed the title typing: Remove an unused function gh-105499: typing: Remove an unused function Mar 31, 2025
JelleZijlstra merged commit 0f511d8 into python:main Mar 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL