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 Oren Milman
Recipients Oren Milman, mark.dickinson, serhiy.storchaka, vstinner
Date 2017-03-15.21:00:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489611649.75.0.738847690278.issue29816@psf.upfronthosting.co.za>
In-reply-to
Content
i played a little with a patch earlier today, but stopped because I
am short on time.

anyway, just in case my code is not totally rubbish, I attach my
patch draft, which should avoid OverflowError also for big positive
ints.

(of course, I don't suggest to use my code instead of PR 680. I just
put it here in case it might be useful for someone.)

(on my Windows 10, it passed some manual tests by me, and the test
module (except for test_venv, which fails also without the patch))
History
Date User Action Args
2017-03-15 21:00:49Oren Milmansetrecipients: + Oren Milman, mark.dickinson, vstinner, serhiy.storchaka
2017-03-15 21:00:49Oren Milmansetmessageid: <1489611649.75.0.738847690278.issue29816@psf.upfronthosting.co.za>
2017-03-15 21:00:49Oren Milmanlinkissue29816 messages
2017-03-15 21:00:49Oren Milmancreate