[Numpy-svn] [numpy/numpy] e67156: BUG: fix removing tempdirs created during build

GitHub noreply at github.com
Tue Nov 17 16:36:43 EST 2015


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: e67156e6e5149513cca722cf3f633135738d1df6
      https://github.com/numpy/numpy/commit/e67156e6e5149513cca722cf3f633135738d1df6
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2015-11-17 (Tue, 17 Nov 2015)

  Changed paths:
    M numpy/distutils/misc_util.py

  Log Message:
  -----------
  BUG: fix removing tempdirs created during build

Old code used the thread local storage wrong and also only deleted the
directories created for the last parallel build section as the exit
handler only knows about one of the directories.
Fix by storing all created tempdirs to delete at exit.


  Commit: 93f1fe8bf83d2c6c9afa93947942caad4a3450a3
      https://github.com/numpy/numpy/commit/93f1fe8bf83d2c6c9afa93947942caad4a3450a3
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2015-11-17 (Tue, 17 Nov 2015)

  Changed paths:
    M numpy/distutils/misc_util.py

  Log Message:
  -----------
  Merge pull request #6695 from juliantaylor/tmpdir-leak

BUG: fix removing tempdirs created during build


Compare: https://github.com/numpy/numpy/compare/4ee1ed5c0fa3...93f1fe8bf83d


More information about the Numpy-svn mailing list