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

Skip to content

Commit 6a6414d

Browse files
dsefilmor
dse
authored andcommitted
Init/Shutdown state variable (IsFinalizing) fix.
1 parent ccd6003 commit 6a6414d

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
@@ -281,6 +281,8 @@ internal static void Initialize()
281281
PyEval_InitThreads();
282282
}
283283

284+
IsFinalizing = false;
285+
284286
CLRModule.Reset();
285287
GenericUtil.Reset();
286288
PyScopeManager.Reset();

0 commit comments

Comments
 (0)