You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unix/main: Replace execute_from_lexer with pyexec_vstr in do_str.
Consolidates string execution to use the standard pyexec interface
for consistency with other ports.
Simplify execute_from_lexer for remaining usage:
Remove unused LEX_SRC_VSTR and LEX_SRC_FILENAME cases, keeping only
LEX_SRC_STR for REPL and LEX_SRC_STDIN for stdin execution.
Signed-off-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
0 commit comments