Discussion:
[Numpy-discussion] Problem with os.environ.clear in numpy initialization
Michael Behrisch
2015-10-12 18:19:58 UTC
Permalink
Hi list,
I encountered a problem in my code which depends on numpy. Due to an
unusual variable in my environment and this python bug
https://bugs.python.org/issue20658 the os.environ.clear call in
numpy/core/__init__.py fails. I wrote a patch and submitted a pull
request: https://github.com/behrisch/numpy/pull/1

Although it is mainly a workaround for the bug mentioned, I would be
happy if it could get accepted because I have only limited control of
the environment.

Best regards,
Michael
Michael Behrisch
2015-10-12 20:25:10 UTC
Permalink
Hi,
I am sorry I sent the wrong pull request. Here is the correct one:
https://github.com/numpy/numpy/pull/6460

Best regards,
Michael
Hi list, I encountered a problem in my code which depends on numpy.
Due to an unusual variable in my environment and this python bug
https://bugs.python.org/issue20658 the os.environ.clear call in
numpy/core/__init__.py fails. I wrote a patch and submitted a pull
request: https://github.com/behrisch/numpy/pull/1
Although it is mainly a workaround for the bug mentioned, I would
be happy if it could get accepted because I have only limited
control of the environment.
Best regards, Michael
_______________________________________________ NumPy-Discussion
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Loading...