Changes between Version 13 and Version 14 of Ticket #24135
- Timestamp:
- 11/02/17 14:12:49 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24135 – Description
v13 v14 17 17 9. In `tp_clear`, only delete references to elements contained in the dict. Move deallocation of the data structure to `__dealloc__`. 18 18 19 10. Generic code cleanup. 19 10. Use random 31-bit multipliers (instead of `13` and `503`) in the hash function for `TripleDict`. 20 21 11. Generic code cleanup: PEP 8, `is` instead of `==` for pointers, ...