Changes between Version 8 and Version 13 of Ticket #24135
- Timestamp:
- 11/02/17 11:58:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24135
- Property Cc chapoton added
-
Property
Commit
changed from
dbf3831736b3ae1e20adc65d334da8764ebcf74c
to15fe12d7f8b74204c1704ad860810df874294b4d
-
Ticket #24135 – Description
v8 v13 15 15 8. Use a custom class with `@cython.freelist` instead of a `PyCapsule` to wrap a `PyObject*`. 16 16 17 9. Generic code cleanup. 17 9. In `tp_clear`, only delete references to elements contained in the dict. Move deallocation of the data structure to `__dealloc__`. 18 19 10. Generic code cleanup.