[Numpy-svn] [numpy/numpy] 1611da: BUG: Fix 1.6rc1 crash in result_type on 32-bit Win...

noreply at github.com noreply at github.com
Sun May 1 22:49:01 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/numpy/numpy

Commit: 1611da9123c88714713e6d7c65be88c42cb65d1b
    https://github.com/numpy/numpy/commit/1611da9123c88714713e6d7c65be88c42cb65d1b
Author: Mark Wiebe <mwwiebe at gmail.com>
Date:   2011-05-01 (Sun, 01 May 2011)

Changed paths:
  M numpy/core/src/multiarray/convert_datatype.c

Log Message:
-----------
BUG: Fix 1.6rc1 crash in result_type on 32-bit Windows MKL builds

Thanks to Christoph Gohlke for tracking down the error. It appears to
stem from the C preprocessor making the use of an undefined symbol
become arbitrary behavior rather than a compile error.





More information about the Numpy-svn mailing list