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 pabstersac
Recipients pabstersac
Date 2016-07-18.05:56:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468821392.71.0.241203163582.issue27550@psf.upfronthosting.co.za>
In-reply-to
Content
There is an integer overflow because python doesn't check the length correctly on arithmetic operations:
0xFFFFFFFFFFFFFFF**10000000000**80000000000000000

Just that line will freeze python, no oveflow message appears, no memory error, and python basically crashes because it just stops working.
Hope it helps ;)
History
Date User Action Args
2016-07-18 05:56:32pabstersacsetrecipients: + pabstersac
2016-07-18 05:56:32pabstersacsetmessageid: <1468821392.71.0.241203163582.issue27550@psf.upfronthosting.co.za>
2016-07-18 05:56:32pabstersaclinkissue27550 messages
2016-07-18 05:56:32pabstersaccreate