[Numpy-svn] [numpy/numpy] 0090a0: BUG: linalg: do not assume that GIL is enabled in ...

GitHub noreply at github.com
Mon Sep 9 13:31:16 EDT 2013


  Branch: refs/heads/maintenance/1.7.x
  Home:   https://github.com/numpy/numpy
  Commit: 0090a01579510d01f158bcf8ea5d3f5cbb2d2792
      https://github.com/numpy/numpy/commit/0090a01579510d01f158bcf8ea5d3f5cbb2d2792
  Author: Pauli Virtanen <pav at iki.fi>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M numpy/linalg/python_xerbla.c

  Log Message:
  -----------
  BUG: linalg: do not assume that GIL is enabled in xerbla_

With the new ufunc-based linalg, GIL is released in ufuncs, and needs to
be reacquired when raising errors in xerbla_.


  Commit: 8eba2aa1cbfdf927f6332609865adb9e78fc20e3
      https://github.com/numpy/numpy/commit/8eba2aa1cbfdf927f6332609865adb9e78fc20e3
  Author: Pauli Virtanen <pav at iki.fi>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M numpy/linalg/lapack_litemodule.c

  Log Message:
  -----------
  BUG: linalg: fix LAPACK error handling in lapack_litemodule

If an exception is pending (raised from xerbla), the routines must
return NULL.


  Commit: 6a167c44802d98fb325cd23987a828c98a0a5547
      https://github.com/numpy/numpy/commit/6a167c44802d98fb325cd23987a828c98a0a5547
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-09 (Mon, 09 Sep 2013)

  Changed paths:
    M numpy/linalg/lapack_litemodule.c
    M numpy/linalg/python_xerbla.c

  Log Message:
  -----------
  Merge pull request #3712 from juliantaylor/lapack-errors

backport Lapack error handling to 1.7.x


Compare: https://github.com/numpy/numpy/compare/b58aee15abef...6a167c44802d


More information about the Numpy-svn mailing list