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 pitrou
Recipients alexandre.vassalotti, brett.cannon, georg.brandl, gvanrossum, pitrou
Date 2008-03-30.01:15:12
SpamBayes Score 0.032861814
Marked as misclassified No
Message-id <1206839715.41.0.207345992049.issue1751@psf.upfronthosting.co.za>
In-reply-to
Content
From a quick glance: I may be wrong, but it looks like in
bytesio_writelines(), you'll have some reference leaks if the `while`
loop exits early because bytesio_write() returns NULL; `item` and `it`
should be decred'ed before returning.
History
Date User Action Args
2008-03-30 01:15:16pitrousetspambayes_score: 0.0328618 -> 0.032861814
recipients: + pitrou, gvanrossum, brett.cannon, georg.brandl, alexandre.vassalotti
2008-03-30 01:15:15pitrousetspambayes_score: 0.0328618 -> 0.0328618
messageid: <1206839715.41.0.207345992049.issue1751@psf.upfronthosting.co.za>
2008-03-30 01:15:14pitroulinkissue1751 messages
2008-03-30 01:15:13pitroucreate