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 mark.dickinson
Recipients ajaksu2, dingo, giampaolo.rodola, jyasskin, loewis, mark.dickinson, rhettinger
Date 2008-12-21.14:37:11
SpamBayes Score 8.8710633e-10
Marked as misclassified No
Message-id <1229870232.81.0.256301936069.issue4707@psf.upfronthosting.co.za>
In-reply-to
Content
> >>> round(2, -2**31 + 2) # Press Ctrl + C
> Segmentation fault
> (backtrace below)

Thanks, Daniel.  It looks like I messed up the refcounting in the error-
handling section of the code.  I'll fix this.

I don't think the hang itself should be considered a bug, any more
than the hang from "10**(2**31-1)" is a bug.
History
Date User Action Args
2008-12-21 14:37:12mark.dickinsonsetrecipients: + mark.dickinson, loewis, rhettinger, giampaolo.rodola, ajaksu2, jyasskin, dingo
2008-12-21 14:37:12mark.dickinsonsetmessageid: <1229870232.81.0.256301936069.issue4707@psf.upfronthosting.co.za>
2008-12-21 14:37:11mark.dickinsonlinkissue4707 messages
2008-12-21 14:37:11mark.dickinsoncreate