[Numpy-svn] [numpy/numpy] 18bcac: fix numpy.i for python 3

GitHub noreply at github.com
Sun Jan 20 20:14:13 EST 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 18bcac097c289f0ee937563652f771fe89c174f2
      https://github.com/numpy/numpy/commit/18bcac097c289f0ee937563652f771fe89c174f2
  Author: Martin Baeuml <baeuml at gmail.com>
  Date:   2013-01-16 (Wed, 16 Jan 2013)

  Changed paths:
    M doc/swig/numpy.i

  Log Message:
  -----------
  fix numpy.i for python 3

PyFile_Check and PyInstance_Check have been removed from the C API
for python 3.  This removes calls to those two functions from
numpy.i for PY_MAJOR_VERSION >= 3 so that it builds with a
python 3 Python.h.


  Commit: ce289ab57cd5249c41c6166c478b9d054fca4ddf
      https://github.com/numpy/numpy/commit/ce289ab57cd5249c41c6166c478b9d054fca4ddf
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-01-20 (Sun, 20 Jan 2013)

  Changed paths:
    M doc/swig/numpy.i

  Log Message:
  -----------
  Merge pull request #2923 from baeuml/swig-fix-python3

fix numpy.i for python 3


Compare: https://github.com/numpy/numpy/compare/e548eedba128...ce289ab57cd5


More information about the Numpy-svn mailing list