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

GitHub noreply at github.com
Tue Jun 25 18:17:15 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 6c433aa3f089edda07fda4054fc13ddc8a294bad
      https://github.com/numpy/numpy/commit/6c433aa3f089edda07fda4054fc13ddc8a294bad
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2013-06-25 (Tue, 25 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: 069e9b012cb4a43153d474fdf9f88f0351589a05
      https://github.com/numpy/numpy/commit/069e9b012cb4a43153d474fdf9f88f0351589a05
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2013-06-25 (Tue, 25 Jun 2013)

  Changed paths:
    M numpy/ctypeslib.py

  Log Message:
  -----------
  Merge pull request #3472 from juliantaylor/load-lib

BUG: add module extensions to load_library search list


Compare: https://github.com/numpy/numpy/compare/596795bf697b...069e9b012cb4


More information about the Numpy-svn mailing list