Message78146
> >>> 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. |
|
Date |
User |
Action |
Args |
2008-12-21 14:37:12 | mark.dickinson | set | recipients:
+ mark.dickinson, loewis, rhettinger, giampaolo.rodola, ajaksu2, jyasskin, dingo |
2008-12-21 14:37:12 | mark.dickinson | set | messageid: <1229870232.81.0.256301936069.issue4707@psf.upfronthosting.co.za> |
2008-12-21 14:37:11 | mark.dickinson | link | issue4707 messages |
2008-12-21 14:37:11 | mark.dickinson | create | |
|