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 ezio.melotti, serhiy.storchaka, vstinner, xiang.zhang
Date 2018-02-13.06:27:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518503256.11.0.467229070634.issue32827@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset b7e2d67f7c035f09c921ca4e7a36529cd502ccf7 by Serhiy Storchaka in branch 'master':
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler. (GH-5636)
https://github.com/python/cpython/commit/b7e2d67f7c035f09c921ca4e7a36529cd502ccf7
History
Date User Action Args
2018-02-13 06:27:36serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, xiang.zhang
2018-02-13 06:27:36serhiy.storchakasetmessageid: <1518503256.11.0.467229070634.issue32827@psf.upfronthosting.co.za>
2018-02-13 06:27:36serhiy.storchakalinkissue32827 messages
2018-02-13 06:27:36serhiy.storchakacreate