[Numpy-tickets] [NumPy] #582: Crash when embedded using Borland Builder 6
NumPy
numpy-tickets@scipy....
Fri Sep 21 00:04:51 CDT 2007
#582: Crash when embedded using Borland Builder 6
------------------------+---------------------------------------------------
Reporter: thomas | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.core | Version: none
Severity: major | Resolution: fixed
Keywords: |
------------------------+---------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
The problem with this patch is that you need to find replacements for
-pinf and pinf / pinf as well because I suspect the processor will have
trouble with those as well.
Also, I'm not sure all platforms are IEEE 754 and so I'm hesitant to
enforce that bit pattern.
Doesn't the Borland compiler have a way to turn off floating point
exception trapping? Perhaps this is a better approach.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/582#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list