summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-08 20:55:59 (GMT)
committerGuido van Rossum <guido@python.org>1998-08-08 20:55:59 (GMT)
commit3804d7ee974b5cf1cbfc17476e00a503cc6a39d5 (patch)
treea70d9dc9087f66469db4d99976f358402d5e7093 /PC
parent3d109a0e6dc4235cb27a343055dca3e90bbe65c1 (diff)
downloadcpython-3804d7ee974b5cf1cbfc17476e00a503cc6a39d5.zip
cpython-3804d7ee974b5cf1cbfc17476e00a503cc6a39d5.tar.gz
cpython-3804d7ee974b5cf1cbfc17476e00a503cc6a39d5.tar.bz2
Add PyEval_CallFunction() and PyEval_CallMethod().
Diffstat (limited to 'PC')
-rw-r--r--PC/python_nt.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def
index 567a386..5caf22c 100644
--- a/PC/python_nt.def
+++ b/PC/python_nt.def
@@ -114,6 +114,8 @@ EXPORTS
PyErr_SetString
PyEval_AcquireLock
PyEval_AcquireThread
+ PyEval_CallFunction
+ PyEval_CallMethod
PyEval_CallObject
PyEval_CallObjectWithKeywords
PyEval_EvalCode