| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Leftover from python#105511 I believe. GitHub code search found no usages other than copies of typing.py and lists of stdlib functions.
|
there's now only one usage of _deduplicate_unhashable with this change; could consider inlining it at the callsite? |
Sorry, something went wrong.
|
Good point, done |
Sorry, something went wrong.
|
Also noticed some unused imports, so removed those too |
Sorry, something went wrong.
|
Maybe you should update the title, e.g., gh-105499: remove unused bits post gh-105511 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Leftover from #105511 I believe. GitHub code search found no usages other
than copies of typing.py and lists of stdlib functions.