Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91cc607

Browse files
dsefilmor
dse
authored andcommitted
Init/Shutdown state variable (IsFinalizing) fix.
1 parent d28e39f commit 91cc607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/runtime.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ internal static void Initialize()
277277
PyEval_InitThreads();
278278
}
279279

280+
IsFinalizing = false;
281+
280282
CLRModule.Reset();
281283
GenericUtil.Reset();
282284
PyScopeManager.Reset();

0 commit comments

Comments
 (0)