[Python-Dev] TRUNK IS UNFROZEN, available for 2.6 work if you are so inclined

Fredrik Lundh fredrik at pythonware.com
Thu Aug 17 23:05:00 CEST 2006


Georg Brandl wrote:

> Okay, now that I stumbled over and read the c.l.py thread, I think that we should
> 
> * remove the faulty example (the correct one is already in there)
> * add a note to PyList_New that the new list must be filled with items
>    before handing it to Python code or using it with abstract APIs such as
>    PySequence_SetItem.

a blurb at the beginning of the abstract API section that mentions that 
the abstract API should only be used on fully initialized Python objects 
might also be a good idea.

</F>



More information about the Python-Dev mailing list