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

default-settings: save with pickle protocol 4 #82

Merged
merged 1 commit into from
Jul 3, 2020

Conversation

markotoplak
Copy link
Member

Before the settings were saved with the highest protocol, which made default widget settings saved on Python 3.8 incompatible with older Pythons. It throws up errors when switching Python version.

This removes all (dangerous) HIGHEST_PROTOCOL pickling settings from the orange-widget-base.

Issue

Similar to biolab/orange3#4388, but much less of a problem for most users.

Includes
  • Code changes
  • Tests
  • Documentation

Before the settings were saved with the highest protocol, which made
default widget settings saved on Python 3.8 incompatible with older Pythons.
It throws up errors when switching python.

This removes all (dangerous) HIGHEST_PROTOCOL pickling settings from the
orange-widget-base.
@lanzagar lanzagar merged commit e5bcce5 into biolab:master Jul 3, 2020
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.

2 participants