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.

作者 georg.brandl
收信人 eli.bendersky, eric.araujo, eric.smith, georg.brandl, giampaolo.rodola, rhettinger, terry.reedy, xuanji
日期 2010-11-27.10:58:31
SpamBayes Score 4.1291292e-05
Marked as misclassified
Message-id <1290855514.84.0.186940913551.issue10516@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-11-27 10:58:34georg.brandl修改recipients: + georg.brandl, rhettinger, terry.reedy, eric.smith, giampaolo.rodola, eric.araujo, eli.bendersky, xuanji
2010-11-27 10:58:34georg.brandl修改messageid: <1290855514.84.0.186940913551.issue10516@psf.upfronthosting.co.za>
2010-11-27 10:58:31georg.brandl链接issue10516 messages
2010-11-27 10:58:31georg.brandl创建