-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API: create option to allow pandas to patch pickle.load/loads at runtime for compat #5923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
pandas was patching the stdlib on import?? that's really not ok. It's wrong to provide any mechanism that hides that fact behind a innocent-looking option. It's unfortunate that fixing this broke code for users but it shouldn't be part of pandas. |
@y-p no ...not in the released version (and not currently) (well was for a very short period of time until the referenced PR) |
Thank god for that. no. monkey. patching. :) |
hahah! I hear ya...ok...closing this |
I just got
with master. |
nope |
makes perfect sense, thanks. |
related #5661
maybe `io.pickle.compat = 'global/local``
where we only allow local changes to the UnPickler.
This is not destructive, just 'bad practive', but weighing against more usability
The text was updated successfully, but these errors were encountered: