Changes between Initial Version and Version 1 of Ticket #13394, comment 48
- Timestamp:
- 10/31/13 00:31:10 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13394, comment 48
initial v1 1 PS: We don't even need a hash collision to fool Python's dicts.1 PS: We don't even need a hash collision with the implicitly inserted item to fool Python's dicts. We just need to make sure that comparison takes place (hence, we need one hash collision with a previously existing key) and need that comparison does some insertion into ''the same'' dictionary. 2 2 {{{ 3 3 sage: D = {}