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 serhiy.storchaka
Recipients Oren Milman, serhiy.storchaka
Date 2017-10-06.21:00:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507323609.23.0.213398074469.issue31718@psf.upfronthosting.co.za>
In-reply-to
Content
There is other issues with IncrementalNewlineDecoder.__init__ -- it leaks references when called repeatedly.

The simplest solution of both issues will be moving the initialization to the new method. But this class looks designed for subclassing, and this can break subclasses that change arguments before passing them to the superclass' constructor.
History
Date User Action Args
2017-10-06 21:00:09serhiy.storchakasetrecipients: + serhiy.storchaka, Oren Milman
2017-10-06 21:00:09serhiy.storchakasetmessageid: <1507323609.23.0.213398074469.issue31718@psf.upfronthosting.co.za>
2017-10-06 21:00:09serhiy.storchakalinkissue31718 messages
2017-10-06 21:00:09serhiy.storchakacreate