Changes between Version 1 and Version 4 of Ticket #5979
- Timestamp:
- May 4, 2009, 6:53:31 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5979
-
Property
Summary
changed from
Parent: fixes broken (implicit) invariant between ._element_constructor and self._element_init_pass_parent
to[with patch, needs review] Parent: fixes broken (implicit) invariant between ._element_constructor and self._element_init_pass_parent
-
Property
Summary
changed from
-
Ticket #5979 – Description
v1 v4 7 7 passed properly to _element_constructor. 8 8 9 This patch fixes this (one line), and adds a corresponding doctest. 10 It also includes a related trivial fix to a line that is apparently never used in coerce_maps, and adds a comment about this. 11 9 12 The category patch #5891 depends heavily on this one, as this way of 10 13 setting _element_constructor becomes the default one for simple 11 14 parents. 12 15 13 By the way, this patch makes a related trivial fix to a line that is14 apparently never used in coerce_maps, and adds a comment about it.