[Numpy-tickets] [NumPy] #582: Crash when embedded using Borland Builder 6
NumPy
numpy-tickets@scipy....
Fri Sep 21 00:12:43 CDT 2007
#582: Crash when embedded using Borland Builder 6
------------------------+---------------------------------------------------
Reporter: thomas | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.core | Version: none
Severity: major | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by oliphant):
* status: closed => reopened
* resolution: fixed =>
Comment:
I found that on windows at least perhaps adding the following to the
initialization function (before pinf_init is called) would work.
_control87(MCW_EM,MCW_EM);
Can you try this out?
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/582#comment:4>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list