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.13:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
New changeset e613e6add5f07ff6aad5802924596b631b707d2a by Serhiy Storchaka in branch 'master':
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
https://github.com/python/cpython/commit/e613e6add5f07ff6aad5802924596b631b707d2a
History
Date User Action Args
2017-06-27 13:03:16serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, steve.dower
2017-06-27 13:03:16serhiy.storchakasetmessageid: <[email protected]>
2017-06-27 13:03:16serhiy.storchakalinkissue30708 messages
2017-06-27 13:03:16serhiy.storchakacreate