Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3804d7e

Browse files
committed
Add PyEval_CallFunction() and PyEval_CallMethod().
1 parent 3d109a0 commit 3804d7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PC/python_nt.def

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ EXPORTS
114114
PyErr_SetString
115115
PyEval_AcquireLock
116116
PyEval_AcquireThread
117+
PyEval_CallFunction
118+
PyEval_CallMethod
117119
PyEval_CallObject
118120
PyEval_CallObjectWithKeywords
119121
PyEval_EvalCode

0 commit comments

Comments
 (0)