This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 0fa57e4
authored
Rollup merge of rust-lang#70392 - brain0:fixxpy, r=Mark-Simulacrum
Make x.py compatible with python 3.8.
Python 3.8 removes the `time.clock()` function, use `time.perf_counter()` instead.1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
146 | | - | |
| 152 | + | |
147 | 153 | | |
148 | 154 | | |
149 | 155 | | |
| |||
0 commit comments