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 dim
Recipients benjamin.peterson, dim, eric.smith, mark.dickinson, serhiy.storchaka, vstinner
Date 2017-04-25.21:03:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493154212.02.0.42719517843.issue30124@psf.upfronthosting.co.za>
In-reply-to
Content
STINNER Victor writes:
> Would it be technically possible to completely get ride of the union? 

Probably, it's just more work, and it has to be done pretty carefully to avoid regressions.  It seems Python already does some exercising of these dtoa functions in its test suite, but ideally you would want to check against upstream's full tests, if those exist.

There are probably many edge cases for a set of tricky functions like this...
History
Date User Action Args
2017-04-25 21:03:32dimsetrecipients: + dim, mark.dickinson, vstinner, eric.smith, benjamin.peterson, serhiy.storchaka
2017-04-25 21:03:32dimsetmessageid: <1493154212.02.0.42719517843.issue30124@psf.upfronthosting.co.za>
2017-04-25 21:03:32dimlinkissue30124 messages
2017-04-25 21:03:31dimcreate