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 pkt, python-dev
Date 2014-09-29.23:11:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20140929231112.23191.43838@mail.hg.python.org>
In-reply-to
Content
New changeset d9cd11eda152 by Benjamin Peterson in branch '2.7':
fix overflow checking in PyString_Repr (closes #22519)
https://hg.python.org/cpython/rev/d9cd11eda152

New changeset f5c662a7f7e6 by Benjamin Peterson in branch '3.3':
fix overflow checking in PyBytes_Repr (closes #22519)
https://hg.python.org/cpython/rev/f5c662a7f7e6

New changeset ed31cdf11ac2 by Benjamin Peterson in branch '3.4':
merge 3.3 (closes #22519)
https://hg.python.org/cpython/rev/ed31cdf11ac2

New changeset 0ddc5fc5f395 by Benjamin Peterson in branch 'default':
merge 3.4 (#22519)
https://hg.python.org/cpython/rev/0ddc5fc5f395
History
Date User Action Args
2014-09-29 23:11:17python-devsetrecipients: + python-dev, pkt
2014-09-29 23:11:17python-devlinkissue22519 messages
2014-09-29 23:11:16python-devcreate