We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77e1ff commit 4aec1eaCopy full SHA for 4aec1ea
setup.py
@@ -665,7 +665,9 @@ def print_three_column(lst):
665
print("Custom linker flags may require --with-openssl-rpath=auto")
666
print()
667
668
- if os.environ.get("PYTHONSTRICTEXTENSIONBUILD") and (self.failed or self.failed_on_import):
+ if os.environ.get("PYTHONSTRICTEXTENSIONBUILD") and (
669
+ self.failed or self.failed_on_import or self.missing
670
+ ):
671
raise RuntimeError("Failed to build some stdlib modules")
672
673
def build_extension(self, ext):
0 commit comments