mirror of
https://github.com/python/cpython.git
synced 2026-02-22 07:00:51 +00:00
remove unused _PyFunction_LookupByVersion (GH-144814)
This commit is contained in:
parent
5922149a50
commit
14cbd0e6af
3 changed files with 0 additions and 28 deletions
|
|
@ -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[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue