mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-131776: Expose functions called from the interpreter loop via PyAPI_FUNC (#134242)
This commit is contained in:
parent
dd15a2e11e
commit
299de38e61
9 changed files with 54 additions and 32 deletions
|
|
@ -8,7 +8,7 @@ extern "C" {
|
|||
# error "this header requires Py_BUILD_CORE define"
|
||||
#endif
|
||||
|
||||
extern PyObject* _PyFunction_Vectorcall(
|
||||
PyAPI_FUNC(PyObject *) _PyFunction_Vectorcall(
|
||||
PyObject *func,
|
||||
PyObject *const *stack,
|
||||
size_t nargsf,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue