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

Make pickle version for python_memcache_serializer adjustable #190

Merged
merged 2 commits into from
Sep 12, 2018

Commits on Sep 7, 2018

  1. Make pickle version for python_memcache_serializer adjustable

    It's unsafe to use the max pickle version when you are switching between
    versions of python with different max versions.
    
    Add a new function get_python_memcache_serializer that
    returns a python_memcache_serializer with any pickle version.
    jogo committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    c9b89dc View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    e52ef48 View commit details
    Browse the repository at this point in the history