Changes between Initial Version and Version 1 of Ticket #15367, comment 55
- Timestamp:
- 12/17/13 12:55:04 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15367, comment 55
initial v1 7 7 ''without'' saying that `cursor` is `cdef mono_cell*`. Similar things happen in `MonoDict.iteritems`, `Monodict_traverse` and `MonoDict_clear`, and also in `TripleDict.set`, `TripleDict.iteritems`, `TripleDict_traverse` and `TripleDict_clear`. 8 8 9 First question: Why does it not crash? Even if there is a good reason for not crashing: Shouldn't it be `cdef mono_cell*`d resp. `cdef triple_cell*`din order to improve performance?9 First question: Why does it not crash? Second question, even if there is a good answer to the first: Shouldn't it be `cdef mono_cell* cursor` resp. `cdef triple_cell* cursor` in order to improve performance?