Stefan Krah added the comment: > 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. ---------- nosy: +mark.dickinson, skrah _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue18062> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com