mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add PyEval_CallFunction() and PyEval_CallMethod().
This commit is contained in:
parent
3d109a0e6d
commit
3804d7ee97
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ EXPORTS
|
||||||
PyErr_SetString
|
PyErr_SetString
|
||||||
PyEval_AcquireLock
|
PyEval_AcquireLock
|
||||||
PyEval_AcquireThread
|
PyEval_AcquireThread
|
||||||
|
PyEval_CallFunction
|
||||||
|
PyEval_CallMethod
|
||||||
PyEval_CallObject
|
PyEval_CallObject
|
||||||
PyEval_CallObjectWithKeywords
|
PyEval_CallObjectWithKeywords
|
||||||
PyEval_EvalCode
|
PyEval_EvalCode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue