Commit de9627a
committed
Explicitly call sys.exit in the modules_mapping generator
When running python with `-S` to disable the `site` module, you need to
explicitly call `sys.exit` instead of the `exit` function which seems to
be a remnant of the REPL1 parent 5a8f6c4 commit de9627a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
0 commit comments