#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.
-------------------------------------+------------------------------------
Reporter: PaulM | Owner: nobody
Type: Bug | Status: new
Component: Core (Cache system) | Version: SVN
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 0
-------------------------------------+------------------------------------
Comment (by calvinspealman):
Interestingly the base64 of the binary pickle versions is actually larger
than the older text-formats, based on some rude tests i made up. If any
change were made to the pickle format used in the cache, it should be to
not base64 the DB cache backend and store the pickle data into proper
blobs that can handle binary data.
--
Ticket URL: <https://code.djangoproject.com/ticket/16378#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.