Kaydet (Commit) 094885b0 authored tarafından Guido van Rossum's avatar Guido van Rossum

Must initialize 'inspect' flag

üst c6dcc9f4
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment