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 benjamin.peterson, mark.dickinson, vstinner
Date 2017-04-21.12:26:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492777573.86.0.373185674091.issue30124@psf.upfronthosting.co.za>
In-reply-to
Content
dtoa.c *does* (arguably) respect C99+TC3 strict aliasing. The union trick has long been used as a safe and supported way to do this kind of thing, though it appears there's still disagreement about exactly what the standard intends.

I'd strongly prefer not to modify dtoa.c here unless we really have to.
History
Date User Action Args
2017-04-21 12:26:13mark.dickinsonsetrecipients: + mark.dickinson, vstinner, benjamin.peterson
2017-04-21 12:26:13mark.dickinsonsetmessageid: <1492777573.86.0.373185674091.issue30124@psf.upfronthosting.co.za>
2017-04-21 12:26:13mark.dickinsonlinkissue30124 messages
2017-04-21 12:26:13mark.dickinsoncreate