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
fix(gazelle): Explicitly call sys.exit in the modules_mapping generator (#2662)
When running python with `-S` to disable the `site` module, `exit` isn't
implicitly imported and you need to explicitly call `sys.exit` instead.
Seems to be a remnant of the REPL
0 commit comments