Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2744c6c

Browse files
committed
make internal method static
1 parent 96c1c7a commit 2744c6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3625,7 +3625,7 @@ dfs(struct compiler *c, basicblock *b, struct assembler *a)
36253625
a->a_postorder[a->a_nblocks++] = b;
36263626
}
36273627

3628-
int
3628+
static int
36293629
stackdepth_walk(struct compiler *c, basicblock *b, int depth, int maxdepth)
36303630
{
36313631
int i;

0 commit comments

Comments
 (0)