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 mark.dickinson, steven.daprano, vstinner
Date 2016-10-03.19:17:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475522261.24.0.896990619464.issue28111@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch provides a fix, and is based partly on Tim Peters' suggestions and code from the issue 27761 discussion. It needs tests. For convenience, it includes the fix for #28327, since it needs the `_frexp_gen` function added there.
History
Date User Action Args
2016-10-03 19:17:41mark.dickinsonsetrecipients: + mark.dickinson, vstinner, steven.daprano
2016-10-03 19:17:41mark.dickinsonsetmessageid: <1475522261.24.0.896990619464.issue28111@psf.upfronthosting.co.za>
2016-10-03 19:17:41mark.dickinsonlinkissue28111 messages
2016-10-03 19:17:41mark.dickinsoncreate