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 martin.panter
Recipients Jeffrey.Walton, alex, alexandre.vassalotti, christian.heimes, deadshort, dmalcolm, donmez, fweimer, gregory.p.smith, gvanrossum, jcea, jwilk, loewis, mark.dickinson, martin.panter, matejcik, nnorwitz, pitrou, python-dev, vstinner, ztane
Date 2016-07-15.02:57:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468551474.47.0.513267518551.issue1621@psf.upfronthosting.co.za>
In-reply-to
Content
I added Issue 13312 as a dependency, there is currently a test for a negative year that relies on overflow handling.

Here is a patch where I tried to fix overflow detection for huge set objects.
History
Date User Action Args
2016-07-15 02:57:54martin.pantersetrecipients: + martin.panter, gvanrossum, loewis, nnorwitz, gregory.p.smith, jcea, mark.dickinson, pitrou, vstinner, christian.heimes, alexandre.vassalotti, donmez, matejcik, jwilk, alex, dmalcolm, python-dev, deadshort, ztane, fweimer, Jeffrey.Walton
2016-07-15 02:57:54martin.pantersetmessageid: <1468551474.47.0.513267518551.issue1621@psf.upfronthosting.co.za>
2016-07-15 02:57:54martin.panterlinkissue1621 messages
2016-07-15 02:57:53martin.pantercreate