[Numpy-svn] [numpy/numpy] 4e276a: BUG: Fix for #6719

GitHub noreply at github.com
Wed Nov 25 13:53:47 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 4e276acb5b5081ac9b5f54f1d0a60bf3473572b5
      https://github.com/numpy/numpy/commit/4e276acb5b5081ac9b5f54f1d0a60bf3473572b5
  Author: Gerrit Holl <g.holl at reading.ac.uk>
  Date:   2015-11-25 (Wed, 25 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: e711c9589ea60ac6ca78096906760925a9e216e3
      https://github.com/numpy/numpy/commit/e711c9589ea60ac6ca78096906760925a9e216e3
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

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

  Log Message:
  -----------
  Merge pull request #6721 from gerritholl/circumvent-cython-problem-locally

BUG: Fix for #6719


Compare: https://github.com/numpy/numpy/compare/d94043f0fb93...e711c9589ea6


More information about the Numpy-svn mailing list