[Numpy-svn] [numpy/numpy] 51495f: BUG: Fix segfault in np.result_type for None input...

GitHub noreply at github.com
Sat Jan 19 19:54:27 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 51495ffc5d56d33d15a80f250c7d36038783af3e
      https://github.com/numpy/numpy/commit/51495ffc5d56d33d15a80f250c7d36038783af3e
  Author: Sebastian Berg <sebastian at sipsolutions.net>
  Date:   2013-01-19 (Sat, 19 Jan 2013)

  Changed paths:
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/core/tests/test_numeric.py

  Log Message:
  -----------
  BUG: Fix segfault in np.result_type for None input.

Makes behavior identical to np.dtype(None), which fits to how
the function works.


  Commit: 56b06fe5bf20d11ca8188a00333ddf69ed8b2e42
      https://github.com/numpy/numpy/commit/56b06fe5bf20d11ca8188a00333ddf69ed8b2e42
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-01-19 (Sat, 19 Jan 2013)

  Changed paths:
    M numpy/core/src/multiarray/multiarraymodule.c
    M numpy/core/tests/test_numeric.py

  Log Message:
  -----------
  Merge pull request #2933 from seberg/result_type-segfault

BUG: Fix segfault in np.result_type for None input.


Compare: https://github.com/numpy/numpy/compare/ee5fd949b962...56b06fe5bf20


More information about the Numpy-svn mailing list