PR #178 made them local to the file, but each statement in the REPL is
its own "file". This change sets (and restores) the flag for the
legacy behavior in the REPL.
This change is more workaround than fix, as it is not safe w.r.t.
concurrent interpreters, but we already have problems of that kind.
Perhaps we need to plumb options more thoroughly instead of using
globals.
PR #178 made them local to the file, but each statement in the REPL is its own "file". This change sets (and restores) the flag for the legacy behavior in the REPL.
This change is more workaround than fix, as it is not safe w.r.t. concurrent interpreters, but we already have problems of that kind. Perhaps we need to plumb options more thoroughly instead of using globals.
Updates #224