[Numpy-svn] [numpy/numpy] 92f499: ENH: release GIL for a[..., bool] type indexing

GitHub noreply at github.com
Sun Mar 30 17:49:06 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 92f499ad70c67c9f41fcedc942861dc7f89f8736
      https://github.com/numpy/numpy/commit/92f499ad70c67c9f41fcedc942861dc7f89f8736
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M numpy/core/include/numpy/ndarraytypes.h
    M numpy/core/src/multiarray/mapping.c

  Log Message:
  -----------
  ENH: release GIL for a[..., bool] type indexing

set _save to NULL in NPY_END_THREADS to simplify some code


  Commit: fd0d7d204d234865c5a384e8ec1c3a0c9fe66e8f
      https://github.com/numpy/numpy/commit/fd0d7d204d234865c5a384e8ec1c3a0c9fe66e8f
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M numpy/core/include/numpy/ndarraytypes.h
    M numpy/core/src/multiarray/mapping.c

  Log Message:
  -----------
  Merge pull request #4570 from juliantaylor/index-gil

ENH: release GIL for a[..., bool] type indexing


Compare: https://github.com/numpy/numpy/compare/15a87e2b9cfd...fd0d7d204d23


More information about the Numpy-svn mailing list