[Numpy-svn] [numpy/numpy] 861960: BUG: return immediately if memoryview cannot be no...

GitHub noreply at github.com
Wed Jan 8 22:44:37 EST 2014


  Branch: refs/heads/maintenance/1.8.x
  Home:   https://github.com/numpy/numpy
  Commit: 861960294247d33f566a4e71cf40232245d173bd
      https://github.com/numpy/numpy/commit/861960294247d33f566a4e71cf40232245d173bd
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-01-08 (Wed, 08 Jan 2014)

  Changed paths:
    M numpy/core/src/multiarray/buffer.c

  Log Message:
  -----------
  BUG: return immediately if memoryview cannot be non-native

late return triggers an assert with python3.4 in debug mode.
Closes gh-4138.


  Commit: 73f376209737f131b7361fe0be925cca0dae78b5
      https://github.com/numpy/numpy/commit/73f376209737f131b7361fe0be925cca0dae78b5
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-01-08 (Wed, 08 Jan 2014)

  Changed paths:
    M doc/source/reference/c-api.config.rst
    M numpy/core/src/multiarray/buffer.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  BUG: fix native-only long long check

Caused all long longs to be required native only in memoryviews.
NPY_SIZEOF_LONG_LONG never existed, replace documentation with existing
NPY_SIZEOF_LONGLONG and code with a sizeof(npy_longlong).


  Commit: 49cff2bb068cfffbbb705d62e2cf325d7320d179
      https://github.com/numpy/numpy/commit/49cff2bb068cfffbbb705d62e2cf325d7320d179
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-01-08 (Wed, 08 Jan 2014)

  Changed paths:
    M doc/source/reference/c-api.config.rst
    M numpy/core/src/multiarray/buffer.c
    M numpy/core/tests/test_multiarray.py

  Log Message:
  -----------
  Merge pull request #4178 from juliantaylor/backport-4170-1.8

Backport #4170 to 1.8


Compare: https://github.com/numpy/numpy/compare/c5263589d304...49cff2bb068c


More information about the Numpy-svn mailing list