Georg Brandl <ge...@python.org> added the comment:

Yes, list_clear should be called, but no, it cannot be used directly because a 
method needs a PyObject* return value.  So a wrapper method is needed that 
looks like listappend() does for list.append(). list_copy() will just look like 
list_slice() with the index fiddling removed.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10516>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to