[Numpy-svn] [numpy/numpy] 5d0ce3: BUG: import full module path in npy_load_module

GitHub noreply at github.com
Thu Oct 13 12:33:58 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 5d0ce36e5be134bb5ead03cab1edeaa60fa355aa
      https://github.com/numpy/numpy/commit/5d0ce36e5be134bb5ead03cab1edeaa60fa355aa
  Author: Jonathan Helmus <jjhelmus at gmail.com>
  Date:   2016-10-12 (Wed, 12 Oct 2016)

  Changed paths:
    M numpy/compat/py3k.py

  Log Message:
  -----------
  BUG: import full module path in npy_load_module

Use the full module path when importing importlib.machinery for use in the
npy_load_module function. Just importing importlib is not sufficient in certain
cases, for example Python 3.4.

closes #8147


  Commit: e5d7653f8456c66ccb005eb50a139b1a9b044b3f
      https://github.com/numpy/numpy/commit/e5d7653f8456c66ccb005eb50a139b1a9b044b3f
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2016-10-13 (Thu, 13 Oct 2016)

  Changed paths:
    M numpy/compat/py3k.py

  Log Message:
  -----------
  Merge pull request #8148 from jjhelmus/npy_load_fix

BUG: import full module path in npy_load_module


Compare: https://github.com/numpy/numpy/compare/b0a6e5583f29...e5d7653f8456


More information about the Numpy-svn mailing list