Skip to content

Commit

Permalink
sync P4D, about TTypeServeces
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Feb 16, 2021
1 parent d0885e2 commit 694df0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python4lazarus/PythonEngine.pas
Original file line number Diff line number Diff line change
Expand Up @@ -7230,7 +7230,7 @@ class procedure TPyObject.SetupType(APythonType: TPythonType);
constructor TTypeServices.Create;
begin
inherited;
FBasic := [bsGetAttr, bsSetAttr, bsRepr, bsStr];
FBasic := [bsGetAttrO, bsSetAttrO, bsRepr, bsStr];
end;

procedure TTypeServices.AssignTo( Dest: TPersistent );
Expand Down

0 comments on commit 694df0e

Please sign in to comment.