Change the shell API from runner(_locals, _globals, first_time) to runner(_globals, _locals)
The argument order globals, locals matches eval and exec. The first_time argument is unnecessary, and just clutters the API.
Loading
Please sign in to comment