Skip to content

Commit 455e600

Browse files
authored
Log whether a compiled mypy is being used (#7257)
1 parent bb8795d commit 455e600

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,6 +2523,7 @@ def log_configuration(manager: BuildManager) -> None:
25232523
("Configured Executable", manager.options.python_executable),
25242524
("Current Executable", sys.executable),
25252525
("Cache Dir", manager.options.cache_dir),
2526+
("Compiled", str(not __file__.endswith(".py"))),
25262527
)
25272528

25282529
for conf_name, conf_value in configuration_vars:

0 commit comments

Comments
 (0)