summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
Diffstat (limited to 'Modules')
-rw-r--r--Modules/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 64abaf3..3ce83c3 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -298,7 +298,7 @@ Py_Main(int argc, char **argv)
Py_DECREF(v);
}
- cf.cf_nested_scopes = 0;
+ cf.cf_flags = 0;
if (command) {
sts = PyRun_SimpleString(command) != 0;