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
Cleaning up tp_dict for static builtin types in subinterpreter
When initializing base types in a subinterpreters extra items are added to tp_dict which triggers incorrect behavior while running code under a subinterpreter.
Here we're identifying which keys are not part of the original tp_dict in the main interpreter and removing them.
0 commit comments