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 martin.panter
Recipients Aaron1011, ezio.melotti, martin.panter, serhiy.storchaka, vstinner
Date 2015-07-16.00:56:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437008218.78.0.542381488138.issue23247@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps this test case proposed in my patch for Issue 13881 could be useful:

+def test_writer_reuse(self):
+    """StreamWriter should be reusable after reset"""

Looks like that is where my “broken_stream_codecs” list from the original post came from.
History
Date User Action Args
2015-07-16 00:56:59martin.pantersetrecipients: + martin.panter, vstinner, ezio.melotti, serhiy.storchaka, Aaron1011
2015-07-16 00:56:58martin.pantersetmessageid: <1437008218.78.0.542381488138.issue23247@psf.upfronthosting.co.za>
2015-07-16 00:56:58martin.panterlinkissue23247 messages
2015-07-16 00:56:57martin.pantercreate