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 serhiy.storchaka
Date 2019-01-12.08:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547281837.72.0.567209371271.issue35552@roundup.psfhosted.org>
In-reply-to
Content
New changeset d586ccb04f79863c819b212ec5b9d873964078e4 by Serhiy Storchaka in branch 'master':
bpo-35552: Fix reading past the end in PyUnicode_FromFormat() and PyBytes_FromFormat(). (GH-11276)
https://github.com/python/cpython/commit/d586ccb04f79863c819b212ec5b9d873964078e4
History
Date User Action Args
2019-01-12 08:30:38serhiy.storchakasetrecipients: + serhiy.storchaka
2019-01-12 08:30:37serhiy.storchakasetmessageid: <1547281837.72.0.567209371271.issue35552@roundup.psfhosted.org>
2019-01-12 08:30:37serhiy.storchakalinkissue35552 messages
2019-01-12 08:30:37serhiy.storchakacreate