Skip to content

Commit 9c2bd51

Browse files
committed
1 parent 3240a6d commit 9c2bd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonForDelphi/Components/Sources/Core/PythonEngine.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ interface
193193
{$IFDEF PYTHON36}
194194
COMPILED_FOR_PYTHON_VERSION_INDEX = 12;
195195
{$ENDIF}
196-
{$IFDEF PYTHON36}
196+
{$IFDEF PYTHON37}
197197
COMPILED_FOR_PYTHON_VERSION_INDEX = 13;
198198
{$ENDIF}
199199
PYT_METHOD_BUFFER_INCREASE = 10;

0 commit comments

Comments
 (0)