Changes between Version 14 and Version 15 of Ticket #24135
- Timestamp:
- 11/02/17 14:24:13 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24135 – Description
v14 v15 19 19 10. Use random 31-bit multipliers (instead of `13` and `503`) in the hash function for `TripleDict`. 20 20 21 11. Generic code cleanup: PEP 8, `is` instead of `==` for pointers, ... 21 11. Rename `dummy` -> `deleted_key` to make it more clear what it means. 22 23 12. Generic code cleanup: PEP 8, `is` instead of `==` for pointers, ...