mirror of
https://github.com/python/cpython.git
synced 2024-12-01 22:04:04 +08:00
Temporarily disable the message to stderr. Jeremy will know what to do
about this...
This commit is contained in:
parent
13a0172658
commit
464fe3aa7b
@ -1076,8 +1076,10 @@ run_pyc_file(FILE *fp, char *filename, PyObject *globals, PyObject *locals,
|
||||
if (v && flags) {
|
||||
if (co->co_flags & CO_NESTED)
|
||||
flags->cf_nested_scopes = 1;
|
||||
#if 0
|
||||
fprintf(stderr, "run_pyc_file: nested_scopes: %d\n",
|
||||
flags->cf_nested_scopes);
|
||||
flags->cf_nested_scopes);
|
||||
#endif
|
||||
}
|
||||
Py_DECREF(co);
|
||||
return v;
|
||||
|
Loading…
Reference in New Issue
Block a user