#16378: locmem should use pickle.HIGHEST_PROTOCOL to match memcached et. al.
-------------------+-------------------------------------
 Reporter:  PaulM  |          Owner:  nobody
     Type:  Bug    |         Status:  new
Milestone:  1.4    |      Component:  Core (Cache system)
  Version:  1.3    |       Severity:  Normal
 Keywords:         |   Triage Stage:  Unreviewed
Has patch:  0      |  Easy pickings:  0
    UI/UX:  0      |
-------------------+-------------------------------------
 Currently the locmem cache backend does not specify a pickle protocol,
 meaning it defaults to the first version. There are subtle differences
 between the protocol versions, with some objects pickleable in one version
 but not another (see #15863). Since HIGHEST_PROTOCOL is what we expect to
 use in production, we should make sure that all the caching backends
 behave the same way.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16378>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to