[Checkins] [zopefoundation/Zope] a5f1e7: Fix unpickling of instances those base class chang...

GitHub noreply at github.com
Mon Oct 23 16:19:59 CEST 2017


  Branch: refs/heads/fix-205
  Home:   https://github.com/zopefoundation/Zope
  Commit: a5f1e7da1657f0cfe8f6dac2dbd71f3fd7600df8
      https://github.com/zopefoundation/Zope/commit/a5f1e7da1657f0cfe8f6dac2dbd71f3fd7600df8
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-10-23 (Mon, 23 Oct 2017)

  Changed paths:
    M CHANGES.rst
    M src/Shared/DC/Scripts/Bindings.py
    M src/Shared/DC/Scripts/Signature.py
    M src/ZPublisher/BeforeTraverse.py

  Log Message:
  -----------
  Fix unpickling of instances those base class changed to a new-style class.

If the instance was created before Zope 4.0b2 unpickling broke because in 4.0b2 all classes became new-style classes.

Fixes #205.




More information about the checkins mailing list