Skip to content

Commit 0983cf8

Browse files
committed
Mapping new function
1 parent e4fe4f7 commit 0983cf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/PythonEngine.pas

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3274,6 +3274,11 @@ procedure TPythonInterface.MapDll;
32743274
Py_Exit := Import('Py_Exit');
32753275

32763276
PyCFunction_NewEx :=Import('PyCFunction_NewEx');
3277+
3278+
PyDict_Update :=Import('PyDict_Update');
3279+
PyLong_FromUnsignedLongLong :=Import('PyLong_FromUnsignedLongLong');
3280+
PyFloat_FromString :=Import('PyFloat_FromString');
3281+
PySequence_List :=Import('PySequence_List');
32773282

32783283
PyEval_CallObjectWithKeywords:=Import('PyEval_CallObjectWithKeywords');
32793284
PyEval_GetFrame :=Import('PyEval_GetFrame');

0 commit comments

Comments
 (0)