Commit 11698435 authored by Hanno Schlichting's avatar Hanno Schlichting

Added hint on where the segfault happens. My test output is irritating, it...

Added hint on where the segfault happens. My test output is irritating, it seems we end up with a cyclic aq_chain again :(
parent 334ef4bb
......@@ -28,6 +28,9 @@ class BrowserView(zope.publisher.browser.BrowserView):
# __of__ works. With Acquisition, you get a wrapper around
# the original object and only that wrapper's parent is the
# new context. Here we change the original object.
# The first segfault happens in form.tests.forms.txt in the first line
# of the "Widget Overrides" chapter (line 154).
#self.__parent__ = context # ugh. segfault!
return self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment