Skip to content

Conversation

@charris
Copy link
Member

@charris charris commented Jul 3, 2018

Backport of #11449.

Numpy wheels on Windows were clearing the ctypes path when they loaded
the OpenBLAS DLL, leading to failure of DLL loads subsequent to NumPy
import because the needed DLLs could not be found.

This isn't a straight revert, it restores to the 1.15.x version of
the relevant code.

Closes #11431.

Numpy wheels on Windows were clearing the ctypes path when they loaded
the OpenBLAS DLL, leading to failure of DLL loads subsequent to NumPy
import because the needed DLLs could not be found.

This isn't a straight revert, it restores to the 1.15.x version of
the relevant code.

Closes numpy#11431.
@charris charris added this to the 1.15.0 release milestone Jul 3, 2018
@charris charris merged commit ba9e7e0 into numpy:maintenance/1.15.x Jul 4, 2018
@charris charris deleted the backport-11449 branch July 4, 2018 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant