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 vstinner
Recipients Aaron1011, ezio.melotti, martin.panter, serhiy.storchaka, vstinner
Date 2015-07-16.13:01:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437051692.63.0.363394422476.issue23247@psf.upfronthosting.co.za>
In-reply-to
Content
> Aaron: Your version of the fix immediately returns None, while Victor’s tries to encode an empty string (if I understand it correctly).

Aaron patch is better. I misunderstood the code. reset() always return None, the empty string is unused in my patch.

fix-multibytecodec-segfault.patch: please write a _new_ test mentionning this issue to check for non regression.
History
Date User Action Args
2015-07-16 13:01:32vstinnersetrecipients: + vstinner, ezio.melotti, martin.panter, serhiy.storchaka, Aaron1011
2015-07-16 13:01:32vstinnersetmessageid: <1437051692.63.0.363394422476.issue23247@psf.upfronthosting.co.za>
2015-07-16 13:01:32vstinnerlinkissue23247 messages
2015-07-16 13:01:32vstinnercreate