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
The issue comes from the _module_reduce function, that removes the item corresponding to the __builtins__ key from the module being pickled (see #325). We should instead copy the module state before removing the item corresponding to the __builtins__ key.
The text was updated successfully, but these errors were encountered:
Reproducer below:
The issue comes from the
_module_reduce
function, that removes the item corresponding to the__builtins__
key from the module being pickled (see #325). We should instead copy the module state before removing the item corresponding to the__builtins__
key.The text was updated successfully, but these errors were encountered: