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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue1770416> _____________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com