Commit 425f24e
authored
Simplify preload regression test using `__main__`
With the fix for gh-126631 `__main__` modules can be preloaded and the regression
test for gh-135335 can be simplified to just use a self-contained script rather
than requiring a module.
Note this assumes and implicitly tests that `__main__` is preloaded by default.
1 parent 23b67aa commit 425f24e
2 files changed
+5
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6956 | 6956 | | |
6957 | 6957 | | |
6958 | 6958 | | |
6959 | | - | |
6960 | | - | |
6961 | | - | |
6962 | | - | |
6963 | | - | |
6964 | | - | |
6965 | | - | |
6966 | | - | |
6967 | | - | |
6968 | | - | |
6969 | | - | |
6970 | | - | |
6971 | | - | |
6972 | | - | |
6973 | 6959 | | |
6974 | | - | |
6975 | | - | |
| 6960 | + | |
6976 | 6961 | | |
6977 | 6962 | | |
6978 | 6963 | | |
6979 | | - | |
6980 | | - | |
| 6964 | + | |
| 6965 | + | |
6981 | 6966 | | |
6982 | 6967 | | |
6983 | 6968 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | 7 | | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | | - | |
15 | | - | |
0 commit comments