remove unused _PyFunction_LookupByVersion (GH-144814)

This commit is contained in:
Chris Eibl 2026-02-14 15:09:01 +01:00 committed by GitHub
parent 5922149a50
commit 14cbd0e6af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 28 deletions

View file

@ -8,7 +8,6 @@
#include "pycore_bitutils.h" // _Py_popcount32()
#include "pycore_ceval.h" // _Py_set_eval_breaker_bit
#include "pycore_code.h" // _Py_GetBaseCodeUnit
#include "pycore_function.h" // _PyFunction_LookupByVersion()
#include "pycore_interpframe.h"
#include "pycore_object.h" // _PyObject_GC_UNTRACK()
#include "pycore_opcode_metadata.h" // _PyOpcode_OpName[]