Skip to content

Commit a6a8b29

Browse files
committed
TPyEngineAnGIL fields should be declared private.
1 parent 1b9a71c commit a6a8b29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/PythonEngine.pas

+3-3
Original file line numberDiff line numberDiff line change
@@ -9829,10 +9829,10 @@ function PyStatus_Exception(const APyStatus: PyStatus): Boolean;
98299829

98309830
type
98319831
TPyEngineAndGIL = class(TInterfacedObject, IPyEngineAndGIL)
9832-
fPythonEngine: TPythonEngine;
9833-
fThreadState: PPyThreadState;
9834-
fGILState: PyGILstate_STATE;
98359832
private
9833+
fPythonEngine: TPythonEngine;
9834+
fThreadState: PPyThreadState;
9835+
fGILState: PyGILstate_STATE;
98369836
function GetPyEngine: TPythonEngine;
98379837
function GetThreadState: PPyThreadState;
98389838
public

0 commit comments

Comments
 (0)