[Numpy-svn] [numpy/numpy] fc4784: BUG: Fix segfault when tests are run with python 2...

GitHub noreply at github.com
Thu Apr 12 01:50:52 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: fc4784a482c83f68f13abe4a54051da25348c005
      https://github.com/numpy/numpy/commit/fc4784a482c83f68f13abe4a54051da25348c005
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M numpy/core/src/multiarray/na_mask.c
    M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  BUG: Fix segfault when tests are run with python 2.7 debug.

I don't know that the crash is python2.7 specific, it may also occur
in earlier versions of python. The cause was mismatched memory
allocation/deallocation of maskna data.


  Commit: 0c5f480f2db3566a1add20a2f286e6b7e9608c94
      https://github.com/numpy/numpy/commit/0c5f480f2db3566a1add20a2f286e6b7e9608c94
  Author: Travis E. Oliphant <teoliphant at gmail.com>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M numpy/core/src/multiarray/na_mask.c
    M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  Merge pull request #250 from charris/fix-debug-crash

BUG: Fix segfault when tests are run with python 2.7 debug.


Compare: https://github.com/numpy/numpy/compare/d50f961...0c5f480


More information about the Numpy-svn mailing list