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.01:10:24
SpamBayes Score 0.022385908
Marked as misclassified No
Message-id <1196557825.15.0.326155333473.issue1283@psf.upfronthosting.co.za>
In-reply-to
Content
There is a reference leak in my previous patches. So, I updated (again)
the patch. There is still another possible leak if the PyMem_Realloc
return NULL (i.e., the system is out of memory), but I don't think it
worth fixing.
Files
File name Uploaded
byte_extend-3.patch alexandre.vassalotti, 2007-12-02.01:10:24
History
Date User Action Args
2007-12-02 01:10:25alexandre.vassalottisetspambayes_score: 0.0223859 -> 0.022385908
recipients: + alexandre.vassalotti, gregory.p.smith
2007-12-02 01:10:25alexandre.vassalottisetspambayes_score: 0.0223859 -> 0.0223859
messageid: <1196557825.15.0.326155333473.issue1283@psf.upfronthosting.co.za>
2007-12-02 01:10:25alexandre.vassalottilinkissue1283 messages
2007-12-02 01:10:24alexandre.vassalotticreate