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