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 serhiy.storchaka
Recipients kristjan.jonsson, michael.foord, serhiy.storchaka
Date 2012-03-21.18:42:51
SpamBayes Score 0.00024227289
Marked as misclassified No
Message-id <1332355371.93.0.520681527486.issue14381@psf.upfronthosting.co.za>
In-reply-to
Content
Does it not decrease the performance?

Falling out integral floating point numbers in the mathematical floating point calculations seems unlikely. I suggest interning integral floats only in conversions str -> float and int -> float. Exception can be made to zero, which can result in operations with zero, and which simple tested.
History
Date User Action Args
2012-03-21 18:42:51serhiy.storchakasetrecipients: + serhiy.storchaka, kristjan.jonsson, michael.foord
2012-03-21 18:42:51serhiy.storchakasetmessageid: <1332355371.93.0.520681527486.issue14381@psf.upfronthosting.co.za>
2012-03-21 18:42:51serhiy.storchakalinkissue14381 messages
2012-03-21 18:42:51serhiy.storchakacreate