[Numpy-svn] [numpy/numpy] 9917a1: MAINT: Remove use of compiler module.

GitHub noreply at github.com
Wed Oct 15 17:48:12 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 9917a12d397e6e1188823752aa21996dbb1444d5
      https://github.com/numpy/numpy/commit/9917a12d397e6e1188823752aa21996dbb1444d5
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-10-12 (Sun, 12 Oct 2014)

  Changed paths:
    M numpy/lib/utils.py

  Log Message:
  -----------
  MAINT: Remove use of compiler module.

The ast module was added in Python 2.6 as a replacement for the compiler
module. As we no longer support Python versions < 2.6, all uses of the
compiler module can be removed.


  Commit: 35fad05fba626aeaf836f5bee45556a59a5ae198
      https://github.com/numpy/numpy/commit/35fad05fba626aeaf836f5bee45556a59a5ae198
  Author: Julian Taylor <juliantaylor108 at gmail.com>
  Date:   2014-10-15 (Wed, 15 Oct 2014)

  Changed paths:
    M numpy/lib/utils.py

  Log Message:
  -----------
  Merge pull request #5177 from charris/do-not-use-compiler-module

MAINT: Remove use of compiler module.


Compare: https://github.com/numpy/numpy/compare/50ff7da7799b...35fad05fba62


More information about the Numpy-svn mailing list