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 Dima Pasechnik
Recipients Dima Pasechnik, mark.dickinson, ncoghlan, njs
Date 2017-05-17.18:42:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495046545.14.0.0797275317441.issue29137@psf.upfronthosting.co.za>
In-reply-to
Content
@njs: to point out that usefulness of this module is not just wishful thinking. I just used it to locate, up to the line in a Python extension module written in C, a bug in Sagemath (that has perhaps 20 FPU-using extensions, some of them as large as numpy).  (Without using it we were pulling out our hair for weeks over this)

https://trac.sagemath.org/ticket/22799#comment:103

Thanks goodness that fpectl@FreeBSD is easy to fix by commenting out a couple of "fpresetsticky(fpgetsticky());" lines---fpresetsticky() is not available on 64-bit platforms.
(our primary concern is OSX, where fpectl never worked---fortunately FreeBSD is close enough relative...)
History
Date User Action Args
2017-05-17 18:42:25Dima Pasechniksetrecipients: + Dima Pasechnik, mark.dickinson, ncoghlan, njs
2017-05-17 18:42:25Dima Pasechniksetmessageid: <1495046545.14.0.0797275317441.issue29137@psf.upfronthosting.co.za>
2017-05-17 18:42:25Dima Pasechniklinkissue29137 messages
2017-05-17 18:42:24Dima Pasechnikcreate