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 facundobatista
Recipients ajaksu2, aryx, facundobatista, georg.brandl, mark.dickinson
Date 2007-11-24.01:01:52
SpamBayes Score 0.03579419
Marked as misclassified No
Message-id <1195866112.87.0.985514768495.issue1770416@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2007-11-24 01:01:53facundobatistasetspambayes_score: 0.0357942 -> 0.03579419
recipients: + facundobatista, georg.brandl, mark.dickinson, aryx, ajaksu2
2007-11-24 01:01:52facundobatistasetspambayes_score: 0.0357942 -> 0.0357942
messageid: <1195866112.87.0.985514768495.issue1770416@psf.upfronthosting.co.za>
2007-11-24 01:01:52facundobatistalinkissue1770416 messages
2007-11-24 01:01:52facundobatistacreate