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 vstinner
Recipients mark.dickinson, vstinner
Date 2009-03-29.10:52:01
SpamBayes Score 0.0018567606
Marked as misclassified No
Message-id <1238323923.36.0.349990444103.issue5576@psf.upfronthosting.co.za>
In-reply-to
Content
Long double (80 bits) exponent is in range [-16382; 16383] and so would
fits in an int, unsigned int, size_t or Py_ssize_t. I don't know if a
signed or unsigned number is better. I know only one operation on
exponents: a-b in PyLong_AsDouble.
History
Date User Action Args
2009-03-29 10:52:03vstinnersetrecipients: + vstinner, mark.dickinson
2009-03-29 10:52:03vstinnersetmessageid: <1238323923.36.0.349990444103.issue5576@psf.upfronthosting.co.za>
2009-03-29 10:52:02vstinnerlinkissue5576 messages
2009-03-29 10:52:01vstinnercreate