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 rhettinger
Recipients loewis, rhettinger
Date 2008-01-02.23:43:19
SpamBayes Score 0.15475202
Marked as misclassified No
Message-id <1199317400.01.0.0409797151443.issue1724@psf.upfronthosting.co.za>
In-reply-to
Content
Don't know if this was intended.  Here's a example from rev 56476 in
arraymodule.c:

-       op->ob_size = size;
+       Py_Size(op) = size;
History
Date User Action Args
2008-01-02 23:43:20rhettingersetspambayes_score: 0.154752 -> 0.15475202
recipients: + rhettinger, loewis
2008-01-02 23:43:20rhettingersetspambayes_score: 0.154752 -> 0.154752
messageid: <1199317400.01.0.0409797151443.issue1724@psf.upfronthosting.co.za>
2008-01-02 23:43:19rhettingerlinkissue1724 messages
2008-01-02 23:43:19rhettingercreate