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 belopolsky
Recipients alexandre.vassalotti, amaury.forgeotdarc, belopolsky, janglin, pitrou, rhettinger, santoso.wijaya, tim.golden
Date 2011-04-27.14:59:18
SpamBayes Score 7.867639e-07
Marked as misclassified No
Message-id <BANLkTi=Sp8NxLcav0Cc7A3p3nqJin8VdFw@mail.gmail.com>
In-reply-to <1303893117.51.0.182512648317.issue9614@psf.upfronthosting.co.za>
Content
On Wed, Apr 27, 2011 at 4:31 AM, Amaury Forgeot d'Arc
<report@bugs.python.org> 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.
History
Date User Action Args
2011-04-27 14:59:21belopolskysetrecipients: + belopolsky, rhettinger, amaury.forgeotdarc, pitrou, alexandre.vassalotti, tim.golden, janglin, santoso.wijaya
2011-04-27 14:59:19belopolskylinkissue9614 messages
2011-04-27 14:59:18belopolskycreate