We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e815a6 commit 8611ddeCopy full SHA for 8611dde
1 file changed
src/runtime/runtime.cs
@@ -393,14 +393,6 @@ internal static void Shutdown(ShutdownMode mode)
393
}
394
ResetPyMembers();
395
GC.Collect();
396
- try
397
- {
398
- GC.WaitForFullGCComplete();
399
- }
400
- catch (NotImplementedException)
401
402
- // Some clr runtime didn't implement GC.WaitForFullGCComplete yet.
403
404
GC.WaitForPendingFinalizers();
405
PyGILState_Release(state);
406
// Then release the GIL for good, if there is somehting to release
0 commit comments