[Checkins] [zopefoundation/zodbpickle] b5cedd: New API: Unpickler(errors='bytes')

GitHub noreply at github.com
Wed Feb 27 13:54:20 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zodbpickle
  Commit: b5cedd8e1ae56ccd8e8bba8524d932dbda6e6107
      https://github.com/zopefoundation/zodbpickle/commit/b5cedd8e1ae56ccd8e8bba8524d932dbda6e6107
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-27 (Wed, 27 Feb 2013)

  Changed paths:
    M README.rst
    M src/zodbpickle/_pickle.c
    M src/zodbpickle/pickle.py

  Log Message:
  -----------
  New API: Unpickler(errors='bytes')

This seems to be the only way that can handle unpickling of object
instances that may contain binary data (assuming we don't want to use
Latin-1 and then fixup manually).

This needs tests and some code review for possible refcounting bugs.





More information about the checkins mailing list