There was an error while loading. Please reload this page.
1 parent e4fe4f7 commit 0983cf8Copy full SHA for 0983cf8
Source/PythonEngine.pas
@@ -3274,6 +3274,11 @@ procedure TPythonInterface.MapDll;
3274
Py_Exit := Import('Py_Exit');
3275
3276
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');
3282
3283
PyEval_CallObjectWithKeywords:=Import('PyEval_CallObjectWithKeywords');
3284
PyEval_GetFrame :=Import('PyEval_GetFrame');
0 commit comments