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 mark.dickinson
Recipients Eli.Stevens, mark.dickinson, mark.wiebe
Date 2011-04-05.11:36:53
SpamBayes Score 4.7188237e-06
Marked as misclassified No
Message-id <1302003414.67.0.835138221774.issue11734@psf.upfronthosting.co.za>
In-reply-to
Content
> There's no disagreement, since they're different cases. [...] What he said. > Should I change the _PyFloat_Pack4 implementation while I'm in there? No; let's keep the patch as simple as possible. We can open a separate issue for fixing _Pack4 if necessary. Is the failure to round-to-even only for legacy formats, or is it for IEEE formats as well? If the former, it's difficult to care much; if the latter, it should definitely be fixed, but not as part of this issue. > Made the _PyFloat_Pack2 match the algo in _PyFloat_Pack4, and did > similar for Unpack. Thanks; haven't looked at the new patch yet, but hope to do so in the next few days.
History
Date User Action Args
2011-04-05 11:36:54mark.dickinsonsetrecipients: + mark.dickinson, Eli.Stevens, mark.wiebe
2011-04-05 11:36:54mark.dickinsonsetmessageid: <1302003414.67.0.835138221774.issue11734@psf.upfronthosting.co.za>
2011-04-05 11:36:53mark.dickinsonlinkissue11734 messages
2011-04-05 11:36:53mark.dickinsoncreate