Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jul 21, 2024
1 parent d04be45 commit 697fe40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distutils/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def missing_compiler_executable(cmd_names: Sequence[str] = []): # pragma: no co
from distutils import ccompiler, errors, sysconfig

compiler = ccompiler.new_compiler()
assert 0, compiler
sysconfig.customize_compiler(compiler)
if compiler.compiler_type == "msvc":
# MSVC has no executables, so check whether initialization succeeds
Expand Down

0 comments on commit 697fe40

Please sign in to comment.