]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105499: typing: Remove an unused function (#131946)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 31 Mar 2025 17:27:03 +0000 (10:27 -0700)
committerGitHub <noreply@github.com>
Mon, 31 Mar 2025 17:27:03 +0000 (10:27 -0700)
commit0f511d8b44dd9993474402411af8c83f4964bc95
tree3f75ce95a73e2999dfc96b0528bf711209bcdedc
parent9127b4602e4e0e110eab7f2f6a8ac54fe66b0a72
gh-105499: typing: Remove an unused function (#131946)

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