[Numpy-svn] [numpy/numpy] 561c87: BUG: add module extensions to load_library search ...

GitHub noreply at github.com
Thu Jun 27 10:56:34 EDT 2013


  Branch: refs/heads/maintenance/1.7.x
  Home:   https://github.com/numpy/numpy
  Commit: 561c8743472866a3dec6ff34a4b502cc3dc9dc8d
      https://github.com/numpy/numpy/commit/561c8743472866a3dec6ff34a4b502cc3dc9dc8d
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-06-26 (Wed, 26 Jun 2013)

  Changed paths:
    M numpy/ctypeslib.py

  Log Message:
  -----------
  BUG: add module extensions to load_library search list

on mac, windows and linux (with >= py3.2) shared libraries and loadable
module have different extensions, so check both for all platforms.


  Commit: 12815dd5eaddc13ef7759527706cd1131141bfb6
      https://github.com/numpy/numpy/commit/12815dd5eaddc13ef7759527706cd1131141bfb6
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-06-27 (Thu, 27 Jun 2013)

  Changed paths:
    M numpy/ctypeslib.py

  Log Message:
  -----------
  Merge pull request #3476 from juliantaylor/ctypes-ext

BUG: add module extensions to load_library search list


Compare: https://github.com/numpy/numpy/compare/301ebdcdcf1d...12815dd5eadd


More information about the Numpy-svn mailing list