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.
1 parent 1b9a71c commit a6a8b29Copy full SHA for a6a8b29
Source/PythonEngine.pas
@@ -9829,10 +9829,10 @@ function PyStatus_Exception(const APyStatus: PyStatus): Boolean;
9829
9830
type
9831
TPyEngineAndGIL = class(TInterfacedObject, IPyEngineAndGIL)
9832
- fPythonEngine: TPythonEngine;
9833
- fThreadState: PPyThreadState;
9834
- fGILState: PyGILstate_STATE;
9835
private
+ fPythonEngine: TPythonEngine;
+ fThreadState: PPyThreadState;
+ fGILState: PyGILstate_STATE;
9836
function GetPyEngine: TPythonEngine;
9837
function GetThreadState: PPyThreadState;
9838
public
0 commit comments