Changes between Version 5 and Version 6 of Ticket #24135
- Timestamp:
- 11/01/17 09:28:46 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24135 – Description
v5 v6 11 11 6. Introduce a new inline function `valid(ptr)` to replace the very common `ptr != NULL and ptr != dummy` 12 12 13 7. Generic code cleanup. 13 7. Change type of `key_id` from `void*` to `PyObject*`. This avoids a lot of casts. 14 15 8. Generic code cleanup.