mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
||||
PyEval_AcquireLock
|
||||
PyEval_AcquireThread
|
||||
PyEval_CallFunction
|
||||
PyEval_CallMethod
|
||||
PyEval_CallObject
|
||||
PyEval_CallObjectWithKeywords
|
||||
PyEval_EvalCode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue