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:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468821399.2.0.180204407388.issue27551@psf.upfronthosting.co.za>
In-reply-to
Content
There is an integer overflow because python doesn't check the length correctly on print() statements:
print(0xFFFFFFFFFFFFFFF**10000000000**80000000000000000)
That will overflow and python would stop working, so it would be as good as crashed :)
Hope it helps ;)
History
Date User Action Args
2016-07-18 05:56:39pabstersacsetrecipients: + pabstersac
2016-07-18 05:56:39pabstersacsetmessageid: <1468821399.2.0.180204407388.issue27551@psf.upfronthosting.co.za>
2016-07-18 05:56:39pabstersaclinkissue27551 messages
2016-07-18 05:56:39pabstersaccreate