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 rhansen
Recipients ezio.melotti, lemburg, r.david.murray, rhansen
Date 2010-01-10.01:52:40
SpamBayes Score 3.4131466e-05
Marked as misclassified No
Message-id <1263088362.64.0.216173174062.issue7615@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a patch for an issue discovered while looking at the code:
  * The UTF-16 decode logic in the Unicode escape encoders no longer reads past the end of the provided Py_UNICODE buffer if the last character's value is between 0xD800 and 0xDC00.

This patch is meant to be applied after unicode_escape_1_minimal.patch.
History
Date User Action Args
2010-01-10 01:52:43rhansensetrecipients: + rhansen, lemburg, ezio.melotti, r.david.murray
2010-01-10 01:52:42rhansensetmessageid: <1263088362.64.0.216173174062.issue7615@psf.upfronthosting.co.za>
2010-01-10 01:52:41rhansenlinkissue7615 messages
2010-01-10 01:52:41rhansencreate