mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-37249: add declaration of _PyObject_GetMethod (GH-14015)
This commit is contained in:
parent
05f8318655
commit
b2f94730d9
3 changed files with 3 additions and 7 deletions
|
@ -38,10 +38,6 @@
|
|||
# error "ceval.c must be build with Py_BUILD_CORE define for best performance"
|
||||
#endif
|
||||
|
||||
/* Private API for the LOAD_METHOD opcode. */
|
||||
extern int _PyObject_GetMethod(PyObject *, PyObject *, PyObject **);
|
||||
|
||||
typedef PyObject *(*callproc)(PyObject *, PyObject *, PyObject *);
|
||||
|
||||
/* Forward declarations */
|
||||
Py_LOCAL_INLINE(PyObject *) call_function(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue