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

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


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 57330377d914e163389d66cf644915f851f37242
      https://github.com/numpy/numpy/commit/57330377d914e163389d66cf644915f851f37242
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-01-04 (Sat, 04 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: 28eb575c0c73a2061942b72b80ff6c43a67a431a
      https://github.com/numpy/numpy/commit/28eb575c0c73a2061942b72b80ff6c43a67a431a
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-01-04 (Sat, 04 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: b3420fd08d45f591a2149a87ad0889c6c4d45dda
      https://github.com/numpy/numpy/commit/b3420fd08d45f591a2149a87ad0889c6c4d45dda
  Author: Pauli Virtanen <pav at iki.fi>
  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 #4170 from juliantaylor/memoryview-error

BUG: core: fix memoryview issues with python 3.4


Compare: https://github.com/numpy/numpy/compare/e770f92087ec...b3420fd08d45


More information about the Numpy-svn mailing list