You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a crash that could occur after an out-of-memory error when re-importing
2
-
an extension module.
1
+
Fix a fatal error in debug builds when re-importing a single-phase extension module fails with :exc:MemoryError: the cleanup path removed the module from :data:sys.modules while the exception was still set.
0 commit comments