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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, jackdied
Date 2009-07-06.12:12:09
SpamBayes Score 6.2056165e-06
Marked as misclassified No
Message-id <1246882331.97.0.455334739872.issue6427@psf.upfronthosting.co.za>
In-reply-to
Content
'float' is how python names its floating point number type, and this
won't change.  Yes, it is based on the C double, but I think that the
code is very careful to avoid the confusion.

For example, in the C sources, the word 'float' always has a 'Py'
prefix, or an 'object' suffix, to assert that it refers to the python
type (e.g. PyFloat_FromDouble, floatobject.c)

Do you have a precise example where the distinction is not clear?
History
Date User Action Args
2009-07-06 12:12:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jackdied
2009-07-06 12:12:11amaury.forgeotdarcsetmessageid: <1246882331.97.0.455334739872.issue6427@psf.upfronthosting.co.za>
2009-07-06 12:12:10amaury.forgeotdarclinkissue6427 messages
2009-07-06 12:12:09amaury.forgeotdarccreate