Changes between Initial Version and Version 1 of Ticket #30266, comment 24
- Timestamp:
- 08/04/20 08:09:00 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30266, comment 24
initial v1 1 One question btw: must `1 == f` also imply `hash(1) == hash(f)`. The former isfulfilled due to the coercion framework, the latter is rather difficult since both have different types. Is it enough for this condition to be fulfilled for objects of the same type?1 One question btw: must `1 == f` also imply `hash(1) == hash(f)`. The former can be fulfilled due to the coercion framework, the latter is rather difficult since both have different types. Is it enough for this condition to be fulfilled for objects of the same type?