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

Skip to content

Commit 094885b

Browse files
committed
Must initialize 'inspect' flag
1 parent c6dcc9f commit 094885b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Python/frozenmain.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ main(argc, argv)
3737
char **argv;
3838
{
3939
char *p;
40-
int n, inspect, sts;
40+
int n, sts;
41+
int inspect = 0;
4142

4243
if ((p = getenv("PYTHONDEBUG")) && *p != '\0')
4344
debugging = 1;

0 commit comments

Comments
 (0)