Antoine Pitrou <[EMAIL PROTECTED]> added the comment: >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.
---------- nosy: +pitrou __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue1751> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com