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 Eli.Stevens
Recipients Eli.Stevens, mark.dickinson, mark.wiebe
Date 2011-04-05.07:42:41
SpamBayes Score 0.01047371
Marked as misclassified No
Message-id <1301989362.45.0.494711991579.issue11734@psf.upfronthosting.co.za>
In-reply-to
Content
More questions:

The current _PyFloat_Pack4 doesn't round to even:

        fbits = (unsigned int)(f + 0.5); /* Round */

Is the mismatch going to be a problem?  Should I change the _PyFloat_Pack4 implementation while I'm in there?
History
Date User Action Args
2011-04-05 07:42:42Eli.Stevenssetrecipients: + Eli.Stevens, mark.dickinson, mark.wiebe
2011-04-05 07:42:42Eli.Stevenssetmessageid: <1301989362.45.0.494711991579.issue11734@psf.upfronthosting.co.za>
2011-04-05 07:42:41Eli.Stevenslinkissue11734 messages
2011-04-05 07:42:41Eli.Stevenscreate