Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91b7f2e

Browse files
authored
gh-123553: Fix compile warning incompile.c (#123578)
1 parent2304774 commit91b7f2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Python/compile.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ typedef _PyJumpTargetLabel jump_target_label;
102102

103103
enumfblocktype;
104104

105+
#ifndefNDEBUG
105106
staticintcompiler_is_top_level_await(structcompiler*c);
107+
#endif
106108
staticPyObject*compiler_mangle(structcompiler*c,PyObject*name);
107109
staticPyObject*compiler_maybe_mangle(structcompiler*c,PyObject*name);
108110
staticintcompiler_optimization_level(structcompiler*c);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp