PySequence_SetItem

Fredrik Lundh fredrik at pythonware.com
Thu Aug 17 03:02:26 EDT 2006


Jack Diederich wrote:

> It is handy for functions that take a mutable list as an argument.

an *existing*, and properly *initialized*, mutable sequence.  PyList_New 
doesn't give you such an object.

</F>




More information about the Python-list mailing list