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 gregory.p.smith, neologix, python-dev, serhiy.storchaka, vstinner
Date 2017-07-11.04:27:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499747278.91.0.129767979396.issue22207@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 82a907560011c7b784badccc78082cef70ea7128 by Serhiy Storchaka in branch '3.6':
[3.6] bpo-22207: Add checks for possible integer overflows in unicodeobject.c. (GH-2623) (#2658)
https://github.com/python/cpython/commit/82a907560011c7b784badccc78082cef70ea7128
History
Date User Action Args
2017-07-11 04:27:58serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, vstinner, neologix, python-dev
2017-07-11 04:27:58serhiy.storchakasetmessageid: <1499747278.91.0.129767979396.issue22207@psf.upfronthosting.co.za>
2017-07-11 04:27:58serhiy.storchakalinkissue22207 messages
2017-07-11 04:27:58serhiy.storchakacreate