Changes between Version 1 and Version 4 of Ticket #24135
- Timestamp:
- 11/01/17 08:07:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24135
- Property Cc tscrim added
-
Property
Commit
changed from
to
5abd7b8d5f12fd2d1b516d17feed7407c87381e1
-
Property
Branch
changed from
to
u/jdemeyer/clean_up_in_coerce_dict
-
Ticket #24135 – Description
v1 v4 1 #. Deprecate various arguments which should have been deprecated in #15367.1 1. Deprecate various arguments which should have been deprecated in #15367. 2 2 3 #. Use a tuple instead of a list to throw away. This is very slightly faster.3 2. Use a tuple instead of a list to throw away. This is very slightly faster. 4 4 5 #. Use safe memory functions from cysignals instead of `PyMem` functions.5 3. Use safe memory functions from cysignals instead of `PyMem` functions. 6 6 7 #. Split `__init__` into `__cinit__` and `__init__`.7 4. Split `__init__` into `__cinit__` and `__init__`. 8 8 9 #. Generic code cleanup. 9 5. Rename the `iteritems()` method to `items()`. 10 11 6. Generic code cleanup.