We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db25e51 commit 5ff62d9Copy full SHA for 5ff62d9
PythonForDelphi/Components/Sources/Core/PythonEngine.pas
@@ -196,9 +196,9 @@ interface
196
{$IFDEF PYTHON37}
197
COMPILED_FOR_PYTHON_VERSION_INDEX = 13;
198
{$ENDIF}
199
- PYT_METHOD_BUFFER_INCREASE = 100;
200
- PYT_MEMBER_BUFFER_INCREASE = 100;
201
- PYT_GETSET_BUFFER_INCREASE = 100;
+ PYT_METHOD_BUFFER_INCREASE = 10;
+ PYT_MEMBER_BUFFER_INCREASE = 10;
+ PYT_GETSET_BUFFER_INCREASE = 10;
202
203
METH_VARARGS = $0001;
204
METH_KEYWORDS = $0002;
@@ -8260,7 +8260,6 @@ procedure TPythonType.ReallocMembers;
8260
procedure TPythonType.ReallocMethods;
8261
begin
8262
inherited;
8263
-exit;
8264
if tpfBaseType in TypeFlags then
8265
FType.tp_methods := MethodsData;
8266
end;
PythonForDelphi/Demos/Demo10_FireDAC/Demo.s3db
88 KB
0 commit comments