[Numpy-svn] [numpy/numpy] b35728: Revert "Merge pull request #3567 from arinkverma/a...

GitHub noreply at github.com
Tue Sep 3 09:17:57 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: b35728d7858a4c4d46eefd936c33a0ffa6593082
      https://github.com/numpy/numpy/commit/b35728d7858a4c4d46eefd936c33a0ffa6593082
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-03 (Tue, 03 Sep 2013)

  Changed paths:
    M numpy/core/src/scalarmathmodule.c.src

  Log Message:
  -----------
  Revert "Merge pull request #3567 from arinkverma/avoid_conversion"

This reverts commit de9f1c92d3ca0920bce915438f0406f587aa98db, reversing
changes made to d958dec676beeac218a118fac084fa8b14bc9171.

There is a change of behavior in conversion of signed to unsigned
PyLong that shows up on my machine. For some reason this did not show
up in the travisbot tests. This reverts the merge that led to this
problem until it can be sorted out. Error shows up as

numpy/core/arrayprint.py",
line 653, in __call__
    if _MININT < x < _MAXINT:
OverflowError: can't convert negative int to unsigned


  Commit: 545dc98f6f45218132e4581040b54d68725396c0
      https://github.com/numpy/numpy/commit/545dc98f6f45218132e4581040b54d68725396c0
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-09-03 (Tue, 03 Sep 2013)

  Changed paths:
    M numpy/core/src/scalarmathmodule.c.src

  Log Message:
  -----------
  Merge pull request #3675 from charris/revert-merge-pr-3567

Revert "Merge pull request #3567 from arinkverma/avoid_conversion"


Compare: https://github.com/numpy/numpy/compare/294dd26004fa...545dc98f6f45


More information about the Numpy-svn mailing list