Changes between Initial Version and Version 1 of Ticket #28414, comment 34
- Timestamp:
- 08/30/19 13:46:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28414, comment 34
initial v1 2 2 > Use `list(d.iteritems())` in Cython. 3 3 4 Would this also work if Cython doesn't know that d is a dict? Should I do4 Would this also work fast if Cython doesn't know that d is a dict? Should I do 5 5 `list(<dict>(self._D).iteritems())`, for instance?