16 Feb
2011
16 Feb
'11
9:10 a.m.
On Wed, Feb 16, 2011 at 9:18 AM, Michael Howitz <mh@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