From 694df0efef7ea24a4f1b86a3d1d336e871bcfff0 Mon Sep 17 00:00:00 2001 From: Alexey Date: Tue, 16 Feb 2021 19:10:11 +0300 Subject: [PATCH] sync P4D, about TTypeServeces --- python4lazarus/PythonEngine.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python4lazarus/PythonEngine.pas b/python4lazarus/PythonEngine.pas index a4e8f5d..97f1a86 100644 --- a/python4lazarus/PythonEngine.pas +++ b/python4lazarus/PythonEngine.pas @@ -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 );