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

Q: does joblib memoization works across python versions? #36

Closed
yarikoptic opened this issue Mar 11, 2021 · 2 comments
Closed

Q: does joblib memoization works across python versions? #36

yarikoptic opened this issue Mar 11, 2021 · 2 comments
Assignees

Comments

@yarikoptic
Copy link
Member

or we would need to make caches python version specific?

@jwodder
Copy link
Member

jwodder commented Mar 11, 2021

It appears that joblib uses pickle with the default protocol version, which is either version 3 or version 4, depending on Python version, but both versions have been available since Python 3.4, so the memoization should work across all Python versions fscacher supports.

@yarikoptic
Copy link
Member Author

Great, thank you @jwodder!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants