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 BreamoreBoy, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-02-16.19:14:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150216191413.60730.37533@psf.io>
In-reply-to
Content
New changeset a84ae2ccd220 by Serhiy Storchaka in branch 'default':
Issue #23450: Fixed possible integer overflows.
https://hg.python.org/cpython/rev/a84ae2ccd220

New changeset 1eee26b74e4b by Serhiy Storchaka in branch 'default':
Issue #23450: Silenced compiler warnings and added asserts in peephole optimizer.
https://hg.python.org/cpython/rev/1eee26b74e4b
History
Date User Action Args
2015-02-16 19:14:27python-devsetrecipients: + python-dev, vstinner, tim.golden, BreamoreBoy, zach.ware, serhiy.storchaka, steve.dower
2015-02-16 19:14:27python-devlinkissue23450 messages
2015-02-16 19:14:27python-devcreate