This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author daniel.urban
Recipients daniel.urban, eric.araujo, rhettinger
Date 2011-03-20.12:27:12
SpamBayes Score 4.8907863e-05
Marked as misclassified No
Message-id <1300624035.17.0.88836157175.issue10977@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-)
History
Date User Action Args
2011-03-20 12:27:15daniel.urbansetrecipients: + daniel.urban, rhettinger, eric.araujo
2011-03-20 12:27:15daniel.urbansetmessageid: <1300624035.17.0.88836157175.issue10977@psf.upfronthosting.co.za>
2011-03-20 12:27:12daniel.urbanlinkissue10977 messages
2011-03-20 12:27:12daniel.urbancreate