mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Must initialize 'inspect' flag
This commit is contained in:
parent
c6dcc9f407
commit
094885b0f0
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue