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, steve.dower, vstinner
Date 2017-06-27.18:09:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498586941.48.0.951414852574.issue30708@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 0edffa3073b551ffeca34952529e7b292f1bd350 by Serhiy Storchaka in branch '3.6':
[3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (GH-2285) (#2443)
https://github.com/python/cpython/commit/0edffa3073b551ffeca34952529e7b292f1bd350
History
Date User Action Args
2017-06-27 18:09:01serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, steve.dower
2017-06-27 18:09:01serhiy.storchakasetmessageid: <1498586941.48.0.951414852574.issue30708@psf.upfronthosting.co.za>
2017-06-27 18:09:01serhiy.storchakalinkissue30708 messages
2017-06-27 18:09:01serhiy.storchakacreate