mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Temporarily disable the message to stderr. Jeremy will know what to do
about this...
This commit is contained in:
parent
13a0172658
commit
464fe3aa7b
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue