Alexander Belopolsky <[email protected]> added the comment:

On Wed, Apr 27, 2011 at 4:31 AM, Amaury Forgeot d'Arc
<[email protected]> wrote:
>.. 027f81579b4a changed Pdata into a PyVarObject, and the "int length" member
> is now accessed with the Py_SIZE() macro.

ISTM that with this change Pdata struct is now indistinguishable from
a list.  I wonder if the code could be simplified by using a regular
list instead of a custom object.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9614>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to