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.
2 parents b959c12 + 8cc6568 commit b96cd4fCopy full SHA for b96cd4f
PythonForDelphi/Components/Sources/Core/PythonEngine.pas
@@ -5801,7 +5801,7 @@ function TPythonEngine.VariantAsPyObject( const V : Variant ) : PPyObject;
5801
for j := VarArrayLowBound( DeRefV, 2 ) to VarArrayHighBound( DeRefV, 2 ) do
5802
begin
5803
L2 := PyList_New( VarArrayHighBound( DeRefV, 3 ) - VarArrayLowBound( DeRefV, 3 ) + 1 );
5804
- PyList_SetItem( Result, cpt2, L );
+ PyList_SetItem( L, cpt2, L2 );
5805
cpt3 := 0;
5806
for k := VarArrayLowBound( DeRefV, 3 ) to VarArrayHighBound( DeRefV, 3 ) do
5807
0 commit comments