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 skrah
Recipients mark.dickinson, mirabilos, skrah
Date 2013-05-25.21:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369516676.2.0.0569822220152.issue18062@psf.upfronthosting.co.za>
In-reply-to
Content
> We do not want to change it to 64-bit because it’s not supported in all environments.

Does this also apply to changing the precision temporarily? Because
that is what happens for other platforms, see Include/pyport.h:


HAVE_PY_SET_53BIT_PRECISION
_PY_SET_53BIT_PRECISION_START
_PY_SET_53BIT_PRECISION_END
...


To me it sounds that you'd basically have to provide these macros
for the platform.
History
Date User Action Args
2013-05-25 21:17:56skrahsetrecipients: + skrah, mark.dickinson, mirabilos
2013-05-25 21:17:56skrahsetmessageid: <1369516676.2.0.0569822220152.issue18062@psf.upfronthosting.co.za>
2013-05-25 21:17:56skrahlinkissue18062 messages
2013-05-25 21:17:56skrahcreate