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 benjamin.peterson, brett.cannon, christian.heimes, eric.snow, gregory.p.smith, python-dev, serhiy.storchaka, superluser, vstinner
Date 2016-01-28.19:33:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160128193327.24406.31081@psf.io>
In-reply-to
Content
New changeset 687be1cbe587 by Serhiy Storchaka in branch '3.5':
Issue #19883: Fixed possible integer overflows in zipimport.
https://hg.python.org/cpython/rev/687be1cbe587

New changeset f4631dc56ecf by Serhiy Storchaka in branch 'default':
Issue #19883: Fixed possible integer overflows in zipimport.
https://hg.python.org/cpython/rev/f4631dc56ecf

New changeset cebcd2fd3e1f by Serhiy Storchaka in branch '2.7':
Issue #19883: Fixed possible integer overflows in zipimport.
https://hg.python.org/cpython/rev/cebcd2fd3e1f
History
Date User Action Args
2016-01-28 19:33:33python-devsetrecipients: + python-dev, brett.cannon, gregory.p.smith, vstinner, christian.heimes, benjamin.peterson, eric.snow, serhiy.storchaka, superluser
2016-01-28 19:33:33python-devlinkissue19883 messages
2016-01-28 19:33:33python-devcreate