On Wed, Feb 16, 2011 at 9:18 AM, Michael Howitz <m...@gocept.com> wrote: > Zope 2.12.8 on Python 2.6 breaks the same way as 2.13. > But Zope 2.11.7 on Python 2.5 works correctly. > > So either Python or Acquisition must have changed since than.
Acquisition changed a lot from 2.11 to 2.12 - it got support for parent pointers for example. The full changelog is quite long, but should be unrelated (http://pypi.python.org/pypi/Acquisition#changelog). The full diff is at: svn di svn+ssh://svn.zope.org/repos/main/Acquisition/branches/2.11/src/Acquisition/_Acquisition.c svn+ssh://svn.zope.org/repos/main/Acquisition/trunk/src/Acquisition/_Acquisition.c There's nothing obvious I can see here. Hanno _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )