diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-08-22 18:00:24 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-08-24 10:43:29 -0600 |
commit | c7602711ac86d862a44470e534d96487e5d52536 (patch) | |
tree | 5c1a1bb0732a62fc94f31eba1f7bb472dcb99169 /numpy/core/arrayprint.py | |
parent | 276423aa7f4f7d39189ee5ccf7b167ad2c9c25a7 (diff) | |
download | numpy-c7602711ac86d862a44470e534d96487e5d52536.tar.gz |
BUG: MSVCCompiler grows 'lib' & 'include' env strings exponentially.
Each time an MSVCCompiler was instantiated the old values of
os.environ['lib'] and os.environ['include'] were concatenated to the new
values set by initializing the distutils.msvc{,9}compiler.MSVCCompiler
base class. Consequently when the the old and new values of those
variables were the same, they doubled in size with each instantiation,
leading to quickly hitting the 32,768 character limit.
Diffstat (limited to 'numpy/core/arrayprint.py')
0 files changed, 0 insertions, 0 deletions