Commit e3c59a7
bpo-38059: Using sys.exit() over exit() in inspect.py (pythonGH-15666)
Constants added by the site module like exit() "should not be used in programs"1 parent 24b11b8 commit e3c59a7
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3118 | 3118 | | |
3119 | 3119 | | |
3120 | 3120 | | |
3121 | | - | |
| 3121 | + | |
3122 | 3122 | | |
3123 | 3123 | | |
3124 | 3124 | | |
| |||
3128 | 3128 | | |
3129 | 3129 | | |
3130 | 3130 | | |
3131 | | - | |
| 3131 | + | |
3132 | 3132 | | |
3133 | 3133 | | |
3134 | 3134 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments