Message131489
Here is a patch for list. It modifies the following C API functions:
PyList_SetItem
PyList_Insert
PyList_Append
PyList_SetSlice
PyList_Sort
PyList_Reverse
_PyList_Extend
It also includes tests (with ctypes).
I plan to do next the same for dict, but first I'd wait for comments, to know if I'm doing something completely wrong :-) |
|
Date |
User |
Action |
Args |
2011-03-20 12:27:15 | daniel.urban | set | recipients:
+ daniel.urban, rhettinger, eric.araujo |
2011-03-20 12:27:15 | daniel.urban | set | messageid: <1300624035.17.0.88836157175.issue10977@psf.upfronthosting.co.za> |
2011-03-20 12:27:12 | daniel.urban | link | issue10977 messages |
2011-03-20 12:27:12 | daniel.urban | create | |
|