This repository was archived by the owner on Aug 30, 2024. It is now read-only.
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
win32 should have a _distributor_init.py and preload DLLs #49
Description
fixes numpy/numpy#13764
In numpy/numpy#13109 we preload any dlls as a way around other methods of solving dll hell. That code should live here, as part of a _distributor_init.py
file. In addition, the win32 CI run should run a sanity check on the wheel it builds in a clean environment.
The transferred code should also add a try except
for the case where __file__
does not exist.
Metadata
Metadata
Assignees
Labels
No labels