Skip to content

Commit c0ade96

Browse files
add missing type
1 parent 8b36046 commit c0ade96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/codegen.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3748,6 +3748,7 @@ check_index(compiler *c, expr_ty e, expr_ty s)
37483748
}
37493749
}
37503750

3751+
static int
37513752
check_awaitable(compiler* c, expr_ty e)
37523753
{
37533754
/* Emit a warning when awaiting obvious non-awaitable literal objects. */

0 commit comments

Comments
 (0)