Skip to content

Commit 694df0e

Browse files
committed
sync P4D, about TTypeServeces
1 parent d0885e2 commit 694df0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python4lazarus/PythonEngine.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7230,7 +7230,7 @@ class procedure TPyObject.SetupType(APythonType: TPythonType);
72307230
constructor TTypeServices.Create;
72317231
begin
72327232
inherited;
7233-
FBasic := [bsGetAttr, bsSetAttr, bsRepr, bsStr];
7233+
FBasic := [bsGetAttrO, bsSetAttrO, bsRepr, bsStr];
72347234
end;
72357235

72367236
procedure TTypeServices.AssignTo( Dest: TPersistent );

0 commit comments

Comments
 (0)