Re: [Numpy-discussion] Problem with os.environ.clear in numpy initialization

2015-10-12 Thread Michael Behrisch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 Am 12.10.2015 um 20:19 schrieb Michael Behrisch: > Hi list, I encountered a problem in my code which depends on num

[Numpy-discussion] Problem with os.environ.clear in numpy initialization

2015-10-12 Thread Michael Behrisch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 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 submi