-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We no longer need to monky-patch build.has_ext_modules.
All the logic was to replace has_ext_modules with our own version, we our version is the very same code as the distutils' one. I'm not even sure whether it was ever necessary, because distutils does not seem to have changed since py3.7 at least. So, I think that this is safe to remove, but I hope it's not a Chesterton's fence.
- Loading branch information
Showing
1 changed file
with
0 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters