Changes between Initial Version and Version 1 of Ticket #27408, comment 85
- Timestamp:
- 07/14/19 09:07:02 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27408, comment 85
initial v1 1 * in python2, maybe we need `__nonzero__` as an alias for `__bool__` ?1 *(1) in python2, maybe we need `__nonzero__` as an alias for `__bool__` ? 2 2 3 * the implementation of `__bool__` does not look optimal.. maybe trying to iter would be better ? 3 *(2) the implementation of `__bool__` does not look optimal.. maybe trying to iter would be better ? 4 5 **EDIT**: point (1) is probably not needed, because this is a cython file.