[Numpy-tickets] [NumPy] #582: Crash when embedded using Borland Builder 6
NumPy
numpy-tickets@scipy....
Fri Sep 21 11:45:29 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: reopened => closed
* resolution: => fixed
Comment:
I've fixed this using the import_umath mechanism. Presumably any code
that is going to be making use of umath must place this in their extension
module. This places a define that when {{{__BORLANDC__}}} is defined will
be {{{_control87(MCW_EM, MCW_EM);}}} and something else on other
platforms. Right now in all other cases it inserts nothing.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/582#comment:8>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list