[Numpy-svn] [numpy/numpy] bba864: BUG: #6922: Fix segfault introduced in 23901aa.

GitHub noreply at github.com
Sat Jan 2 18:19:35 EST 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: bba8647dbf7098ffcf6df70b959b6079b5682e0c
      https://github.com/numpy/numpy/commit/bba8647dbf7098ffcf6df70b959b6079b5682e0c
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-02 (Sat, 02 Jan 2016)

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

  Log Message:
  -----------
  BUG: #6922:  Fix segfault introduced in 23901aa.

Revert troublesome parts of gh-5929. Copyswap cannot be relied
upon for void types containing objects.


  Commit: fe46c47a96e191b028823280fe3451a48d0fc18e
      https://github.com/numpy/numpy/commit/fe46c47a96e191b028823280fe3451a48d0fc18e
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-01-02 (Sat, 02 Jan 2016)

  Changed paths:
    M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  TST: Add regression test for gh-6922.

Sorting and unaligned void type should not segfault.


  Commit: 5dab9275475e70630d7b1242c3530a6726c61fa2
      https://github.com/numpy/numpy/commit/5dab9275475e70630d7b1242c3530a6726c61fa2
  Author: seberg <sebastian at sipsolutions.net>
  Date:   2016-01-03 (Sun, 03 Jan 2016)

  Changed paths:
    M numpy/core/src/multiarray/arraytypes.c.src
    M numpy/core/tests/test_regression.py

  Log Message:
  -----------
  Merge pull request #6924 from charris/fix-segfault-gh-6922

Fix segfault gh 6922


Compare: https://github.com/numpy/numpy/compare/9bd67153c6ef...5dab9275475e


More information about the Numpy-svn mailing list