Changes between Initial Version and Version 1 of Ticket #13719, comment 4
- Timestamp:
- 11/19/12 20:34:10 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13719, comment 4
initial v1 1 1 doctest on `TreeIterator` to explicitly test proper handling of the edge case? Even though the test would only test the presence of the patch with MALLOC_CHECK_, I think it's a good habit to test edge cases directly on top of the indirect tests from elsewhere. 2 3 (`tree.pxd`: Shoot! cython cannot be read locally. The headers are important too. I'm happy to see the attributes were properly defined. I was worried that cython would even allow such unsafe implicit pointer-to-object casts.)