8000 Add back in warning by file processing · python/cpython@50f43bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 50f43bc

Browse files
committed
Add back in warning by file processing
1 parent ae74ee4 commit 50f43bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/build/check_warnings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ def main(argv: list[str] | None = None) -> int:
265265
compiler_output_file_contents,
266266
)
267267

268+
files_with_warnings = get_warnings_by_file(warnings)
269+
268270
status = get_unexpected_warnings(
269271
files_with_expected_warnings, files_with_warnings
270272
)

0 commit comments

Comments
 (0)
0