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
I found that Unpickler.persistent_load_attr and Pickler.persistent_id_attr can be set, but never clear. However, I didn't find any uses of them.
Another issue, I found that PDATA_APPEND and PDATA_PUSH may lead to memory leaks if PyErr_NoMemory is raised. What do we do about resources when this happens? I've seen resources get cleared, and sometimes they don't.