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 pitrou
Recipients Kiriakos.Vlahos, brian.curtin, eric.smith, loewis, mark.dickinson, pitrou, sjmachin, skrah, tim.peters
Date 2010-09-30.14:37:45
SpamBayes Score 8.045485e-07
Marked as misclassified No
Message-id <1285857467.16.0.732449168085.issue9980@psf.upfronthosting.co.za>
In-reply-to
Content
> There's a configure-time check that works out whether resetting the
> precision is necessary;  if so, the precision is changed before each
> conversion and reverted again afterwards

How about doing the check in Py_Initialize() instead? Then it will work for embedders too.
History
Date User Action Args
2010-09-30 14:37:47pitrousetrecipients: + pitrou, tim.peters, loewis, sjmachin, mark.dickinson, eric.smith, brian.curtin, skrah, Kiriakos.Vlahos
2010-09-30 14:37:47pitrousetmessageid: <1285857467.16.0.732449168085.issue9980@psf.upfronthosting.co.za>
2010-09-30 14:37:45pitroulinkissue9980 messages
2010-09-30 14:37:45pitroucreate