mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Must initialize 'inspect' flag
This commit is contained in:
parent
c6dcc9f407
commit
094885b0f0
@ -37,7 +37,8 @@ main(argc, argv)
|
||||
char **argv;
|
||||
{
|
||||
char *p;
|
||||
int n, inspect, sts;
|
||||
int n, sts;
|
||||
int inspect = 0;
|
||||
|
||||
if ((p = getenv("PYTHONDEBUG")) && *p != '\0')
|
||||
debugging = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user