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 python-dev
Recipients eric.smith, python-dev, vstinner
Date 2012-10-06.21:18:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XZ10N4d1KzNYF@mail.python.org>
In-reply-to
Content
New changeset b4bee17625e1 by Victor Stinner in branch 'default':
Issue #16147: Rewrite PyUnicode_FromFormatV() to use _PyUnicodeWriter API
http://hg.python.org/cpython/rev/b4bee17625e1

New changeset d1369daeb9ec by Victor Stinner in branch 'default':
Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsing
http://hg.python.org/cpython/rev/d1369daeb9ec

New changeset 5e319fdab563 by Victor Stinner in branch 'default':
Issue #16147: PyUnicode_FromFormatV() now raises an error if the argument of
http://hg.python.org/cpython/rev/5e319fdab563
History
Date User Action Args
2012-10-06 21:18:31python-devsetrecipients: + python-dev, vstinner, eric.smith
2012-10-06 21:18:31python-devlinkissue16147 messages
2012-10-06 21:18:30python-devcreate