Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: do not check extension module file name against expected suffix
Checking that the extensions modules filenames end with a suffix accepted by the current Python interpreter assumes that the wheel being assembled is for the same Python platform. This is not true when cross-compiling. The check protects against a very unlikely occurrence and makes life harder for tools that allow cross-compiling Python wheels. Remove it. See #321.
- Loading branch information