Commit 576242f
deps: V8: cherry-pick a0d0d4fc4f19
Original commit message:
[py3.12] Optimize some py files
1. Remove the imp module and use its equivalent instead
2. Delete unused module imports
Bug: chromium:1487454
Change-Id: I06fd342ba8e17f96ee2e55926cca0efded845b2a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4983809
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Ho Cheung <uioptt24@gmail.com>
Cr-Commit-Position: refs/heads/main@{#90641}
Refs: v8/v8@a0d0d4f
PR-URL: #60716
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent bb10819 commit 576242fCopy full SHA for 576242f
File tree
Expand file treeCollapse file tree
3 files changed
+11
-13
lines changedOpen diff view settings
Filter options
- deps/v8
- test/test262
- tools/testrunner/local
Expand file treeCollapse file tree
3 files changed
+11
-13
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
36 | 36 | |
37 | 37 | |
38 | 38 | |
39 | | - |
| 39 | + |
40 | 40 | |
41 | 41 | |
42 | 42 | |
|
Collapse file
deps/v8/test/test262/testcfg.py
Copy file name to clipboardExpand all lines: deps/v8/test/test262/testcfg.py+6-9Lines changed: 6 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
25 | 25 | |
26 | 26 | |
27 | 27 | |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
| 28 | + |
32 | 29 | |
33 | 30 | |
34 | 31 | |
35 | 32 | |
36 | | - |
37 | 33 | |
38 | 34 | |
39 | 35 | |
| ||
141 | 137 | |
142 | 138 | |
143 | 139 | |
144 | | - |
145 | | - |
| 140 | + |
| 141 | + |
| 142 | + |
146 | 143 | |
147 | | - |
148 | | - |
| 144 | + |
| 145 | + |
149 | 146 | |
150 | 147 | |
151 | 148 | |
|
Collapse file
deps/v8/tools/testrunner/local/testsuite.py
Copy file name to clipboardExpand all lines: deps/v8/tools/testrunner/local/testsuite.py+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
| 29 | + |
30 | 30 | |
31 | 31 | |
32 | 32 | |
| ||
238 | 238 | |
239 | 239 | |
240 | 240 | |
241 | | - |
242 | | - |
| 241 | + |
| 242 | + |
243 | 243 | |
244 | 244 | |
245 | 245 | |
246 | 246 | |
| 247 | + |
247 | 248 | |
248 | 249 | |
249 | 250 | |
|
0 commit comments