[Numpy-svn] [numpy/numpy] 3f743d: BUG: Fix for #6719

GitHub noreply at github.com
Thu Nov 26 12:06:23 EST 2015


  Branch: refs/heads/maintenance/1.10.x
  Home:   https://github.com/numpy/numpy
  Commit: 3f743d25f6dfbce0a07c72ef76930d9d92f33a9b
      https://github.com/numpy/numpy/commit/3f743d25f6dfbce0a07c72ef76930d9d92f33a9b
  Author: Gerrit Holl <g.holl at reading.ac.uk>
  Date:   2015-11-26 (Thu, 26 Nov 2015)

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

  Log Message:
  -----------
  BUG: Fix for #6719

numpy/random/mtrand/mtrand.pyx contains a line where cython fails to
compile, complaining “Pythonic division not allowed without gil”.  By
running this code segment under cdivision(True), this problem is avoided.


  Commit: 52e75940bc580c47ef10698084ee97e264b65708
      https://github.com/numpy/numpy/commit/52e75940bc580c47ef10698084ee97e264b65708
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-26 (Thu, 26 Nov 2015)

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

  Log Message:
  -----------
  Merge pull request #6736 from charris/backport-6721

Backport 6721


Compare: https://github.com/numpy/numpy/compare/af416f31d3e8...52e75940bc58


More information about the Numpy-svn mailing list