Skip to content
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

Bring back old method pickling function #511

Merged
merged 1 commit into from
Jun 16, 2022

Conversation

anivegesana
Copy link
Contributor

This is a very strange use case of functions and methods that Python's pickle package doesn't handle correctly (#510). This case used to work in pre-0.3.5 dill, so let's bring back the old dill implementation.

The comments are irrelevant in Python 3.

Fixes #510

This is a very strange use case of functions and methods that Python's 
pickle package doesn't handle correctly (uqfoundation#510). This case used to work 
in pre-0.3.5 dill, so let's bring back the old dill implementation.

The comments are irrelevant in Python 3.
@johnomotani
Copy link

Thanks for the rapid fix @anivegesana! Can confirm that this does completly fix my original issue too (boutproject/hypnotoad#122).
❤️ 🎉

@mmckerns mmckerns merged commit 408b8de into uqfoundation:master Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regression caused by #449?
3 participants