[Numpy-svn] [numpy/numpy] 50f1fc: ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINT

GitHub noreply at github.com
Thu Jul 23 14:52:07 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 50f1fce49d79444c29d63cd632bbb87ceec39f07
      https://github.com/numpy/numpy/commit/50f1fce49d79444c29d63cd632bbb87ceec39f07
  Author: Nate Jensen <Nathan.Jensen at raytheon.com>
  Date:   2015-07-22 (Wed, 22 Jul 2015)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINT

GIL unnecessary when numpy floating point error handling is set to print
potential micro-optimization when error handling is set to print
alleviates (but does not fix) #5856 deadlock with sub-interpreters
addressed comments and initial test failed

Change-Id: I0414df8c5dca131e1f8c8d867791ba63cf992b63


  Commit: f09380a7f08852fbf1dcfa4efdab47eed28d8f03
      https://github.com/numpy/numpy/commit/f09380a7f08852fbf1dcfa4efdab47eed28d8f03
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2015-07-23 (Thu, 23 Jul 2015)

  Changed paths:
    M numpy/core/src/umath/ufunc_object.c

  Log Message:
  -----------
  Merge pull request #6077 from ndjensen/master

ENH skip NPY_ALLOW_C_API for UFUNC_ERR_PRINT


Compare: https://github.com/numpy/numpy/compare/eb7104e42b98...f09380a7f088


More information about the Numpy-svn mailing list