- 17 Feb, 2015 2 commits
-
-
Tres Seaver authored
-
Tres Seaver authored
-
- 11 Jun, 2011 7 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Fixed a segfault on 64bit platforms when providing the `explicit` argument to the aq_acquire method of an Acquisition wrapper. Thx to LP #675064 for the hint to the solution. The code passed an int instead of a pointer into a function.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 02 Mar, 2011 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 01 Mar, 2011 1 commit
-
-
Christian Zagrodnick authored
``unicode(wrapped)`` was calling ``__str__`` with an unwrapped ``self``. (reported by David Glick on zope-dev)
-
- 19 Feb, 2011 6 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Document strange behavior with parent pointer cycles involving an intermediate object, but show that these don't lead to infinite recursion
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 23 Jan, 2011 1 commit
-
-
Laurence Rowe authored
-
- 29 Sep, 2010 2 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 27 Sep, 2010 1 commit
-
-
Nikolay Kim authored
-
- 31 Aug, 2010 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 18 Apr, 2010 3 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 07 Apr, 2010 1 commit
-
-
Tres Seaver authored
-
- 03 Apr, 2010 6 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Give both wrapper classes a ``__getnewargs__`` method, which causes the ZODB optimization to fail and create persistent references using the ``_p_oid`` alone. This happens to be the persistent oid of the wrapped object. This lets these objects to be persisted correctly, even though they are passed to the ZODB in a wrapped state.
-
http://dev.plone.org/plone/ticket/10318Hanno Schlichting authored
Added failing tests for http://dev.plone.org/plone/ticket/10318. This shows an edge-case where AQ wrappers can be pickled using the specific combination of cPickle, pickle protocol one and a custom Pickler class with an ``inst_persistent_id`` hook. Unfortunately this is the exact combination used by ZODB3.
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
- 23 Feb, 2010 5 commits
-
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
-
Hanno Schlichting authored
Fix the ``tp_name`` of the ImplicitAcquisitionWrapper and ExplicitAcquisitionWrapper to match their Python visible names and thus have a correct ``__name__``.
-
Hanno Schlichting authored
Expand the ``tp_name`` of our extension types to hold the fully qualified name. This ensures classes have their ``__module__`` set correctly.
-