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 alexandre.vassalotti
Recipients alexandre.vassalotti, gregory.p.smith
Date 2007-12-02.23:17:26
SpamBayes Score 0.05360985
Marked as misclassified No
Message-id <1196637446.59.0.837920588079.issue1283@psf.upfronthosting.co.za>
In-reply-to
Content
Here yet another revision of the patch. This one makes
bytearray.extend()   try to determine the length of its argument a bit
more aggressively -- i.e., also uses PyObject_Length().
Files
File name Uploaded
byte_extend-4.patch alexandre.vassalotti, 2007-12-02.23:17:26
History
Date User Action Args
2007-12-02 23:17:26alexandre.vassalottisetspambayes_score: 0.0536099 -> 0.05360985
recipients: + alexandre.vassalotti, gregory.p.smith
2007-12-02 23:17:26alexandre.vassalottisetspambayes_score: 0.0536099 -> 0.0536099
messageid: <1196637446.59.0.837920588079.issue1283@psf.upfronthosting.co.za>
2007-12-02 23:17:26alexandre.vassalottilinkissue1283 messages
2007-12-02 23:17:26alexandre.vassalotticreate