]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
remove unused _PyFunction_LookupByVersion (GH-144814)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Sat, 14 Feb 2026 14:09:01 +0000 (15:09 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Feb 2026 14:09:01 +0000 (14:09 +0000)
commit14cbd0e6afa98355bdc6749b8230fed4c9b21bd6
treef33c1ca38ba8a28a1e41db408b2df262cefcc291
parent5922149a5033ec1151320864e605adf88f53f280
remove unused _PyFunction_LookupByVersion (GH-144814)
Include/internal/pycore_function.h
Objects/funcobject.c
Python/optimizer.c