
report at bugs
Nov 23, 2007, 5:01 PM
Views: 166
Permalink
|
|
[issue1770416] Decimal.__int__ overflows for large values
|
|
Facundo Batista added the comment: This was fixed at the same time than issue 1772851. int(D("1e1234567890987654321")) stills take too long, but this is fault of doing 10**1234567890987654321 to convert it to an int. Note that hash(D("1e1234567890987654321")) is fast now. ---------- resolution: -> fixed status: open -> closed _____________________________________ Tracker <report[at]bugs.python.org> <http://bugs.python.org/issue1770416> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|