[Numpy-svn] [numpy/numpy] 6fae46: BUG: Use npy_intp instead of long in mtrand.

GitHub noreply at github.com
Sat Mar 10 12:43:26 EST 2012


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 6fae463e1bb42c49c1726910852fa419171a4e80
      https://github.com/numpy/numpy/commit/6fae463e1bb42c49c1726910852fa419171a4e80
  Author: cgohlke <cgohlke at uci.edu>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M numpy/random/mtrand/initarray.c
  M numpy/random/mtrand/initarray.h
  M numpy/random/mtrand/mtrand.pyx
  M numpy/random/mtrand/mtrand_py_helper.h

  Log Message:
  -----------
  BUG: Use npy_intp instead of long in mtrand.

This fixes a problem on 64 bit Windows where a 64 bit index is
needed but long is only 32 bits.


  Commit: 56f66bb13cfb68fde9172fc9ffc5b9c191c3e320
      https://github.com/numpy/numpy/commit/56f66bb13cfb68fde9172fc9ffc5b9c191c3e320
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2012-03-10 (Sat, 10 Mar 2012)

  Changed paths:
    M numpy/random/mtrand/mtrand.c

  Log Message:
  -----------
  GEN: Regenerate mtrand.c from modified mtrand.pyx.


Compare: https://github.com/numpy/numpy/compare/aae5b0a...56f66bb


More information about the Numpy-svn mailing list