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.

Author pitrou
Recipients Trundle, daniel.urban, eric.araujo, pitrou, rhettinger
Date 2011-03-20.20:31:43
SpamBayes Score 0.0024351792
Marked as misclassified No
Message-id <1300653100.3481.36.camel@localhost.localdomain>
In-reply-to <1300652279.76.0.873075035374.issue10977@psf.upfronthosting.co.za>
Content
> The problem isn't a lack of available abstract
> functions.

Then what is it exactly?
You are arguing for PyList_SetItem() to have the same semantics as
PyObject_SetItem(), but what's the point of having two functions which
do exactly the same thing? It doesn't make sense to me.
History
Date User Action Args
2011-03-20 20:31:44pitrousetrecipients: + pitrou, rhettinger, eric.araujo, Trundle, daniel.urban
2011-03-20 20:31:43pitroulinkissue10977 messages
2011-03-20 20:31:43pitroucreate