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>

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to