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 facundobatista
Recipients christian.heimes, exarkun, facundobatista, georg.brandl, giampaolo.rodola, gregory.p.smith, nbm, smurfix
Date 2008-06-22.13:37:03
SpamBayes Score 0.17237039
Marked as misclassified No
Message-id <1214141833.08.0.0431076128608.issue2722@psf.upfronthosting.co.za>
In-reply-to
Content
Went for the malloc only patch. Just fixed a small detail (weird corner
case if malloc returned NULL first time, res will be unassigned).

The test could be better (no necessity of using a recursive function, it
could be done with a while), but it works.

Commited in r64452.
History
Date User Action Args
2008-06-22 13:37:17facundobatistasetspambayes_score: 0.17237 -> 0.17237039
recipients: + facundobatista, georg.brandl, gregory.p.smith, exarkun, giampaolo.rodola, christian.heimes, smurfix, nbm
2008-06-22 13:37:13facundobatistasetspambayes_score: 0.17237 -> 0.17237
messageid: <1214141833.08.0.0431076128608.issue2722@psf.upfronthosting.co.za>
2008-06-22 13:37:12facundobatistalinkissue2722 messages
2008-06-22 13:37:10facundobatistacreate