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

[Py3] Ignore known pickling errors #39

Closed
wants to merge 1 commit into from
Closed

[Py3] Ignore known pickling errors #39

wants to merge 1 commit into from

Conversation

MattHardcastle
Copy link

Python3 code can't unpickle Python2 and the other way around. This change ensure's the plugin handles these cases by ignoring the cache and getting fresh values.

This PR is part of a collection of changes to support Python3. The collection is broken into multiple stages. This change is part of stage 1 and should be safe to merge at any time.

re: #33

Python3 code can't unpickle Python2 and the other way around. This
change ensure's the plugin handles these cases by ignoring the cache and
getting fresh values.

TODO
====
[ ] add logging

re: #33
@MattHardcastle MattHardcastle closed this by deleting the head repository Jul 7, 2024
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

Successfully merging this pull request may close these issues.

1 participant