Commit 05a370a
authored
* Move _PyRuntimeState.time to _posixstate.ticks_per_second and
time_module_state.ticks_per_second.
* Add time_module_state.clocks_per_second.
* Rename _PyTime_GetClockWithInfo() to py_clock().
* Rename _PyTime_GetProcessTimeWithInfo() to py_process_time().
* Add process_time_times() helper function, called by
py_process_time().
* os.times() is now always built: no longer rely on HAVE_TIMES.
1 parent a907356 commit 05a370a
File tree
9 files changed
+142
-125
lines changed- Include/internal
- Modules
- clinic
- Python
9 files changed
+142
-125
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
323 | 327 | | |
324 | 328 | | |
325 | 329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
205 | 204 | | |
206 | 205 | | |
207 | 206 | | |
208 | | - | |
209 | 207 | | |
210 | 208 | | |
211 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 55 | | |
66 | 56 | | |
67 | 57 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
1033 | 1037 | | |
1034 | 1038 | | |
1035 | 1039 | | |
| |||
9986 | 9990 | | |
9987 | 9991 | | |
9988 | 9992 | | |
9989 | | - | |
9990 | | - | |
9991 | 9993 | | |
9992 | 9994 | | |
9993 | 9995 | | |
| |||
10013 | 10015 | | |
10014 | 10016 | | |
10015 | 10017 | | |
10016 | | - | |
10017 | | - | |
10018 | | - | |
10019 | | - | |
10020 | | - | |
10021 | | - | |
10022 | 10018 | | |
10023 | 10019 | | |
10024 | 10020 | | |
| |||
10064 | 10060 | | |
10065 | 10061 | | |
10066 | 10062 | | |
10067 | | - | |
10068 | 10063 | | |
| 10064 | + | |
10069 | 10065 | | |
10070 | 10066 | | |
10071 | 10067 | | |
| |||
10083 | 10079 | | |
10084 | 10080 | | |
10085 | 10081 | | |
10086 | | - | |
10087 | 10082 | | |
10088 | | - | |
10089 | | - | |
10090 | | - | |
| 10083 | + | |
| 10084 | + | |
| 10085 | + | |
| 10086 | + | |
| 10087 | + | |
10091 | 10088 | | |
10092 | | - | |
10093 | | - | |
| 10089 | + | |
| 10090 | + | |
10094 | 10091 | | |
10095 | 10092 | | |
10096 | | - | |
10097 | | - | |
| 10093 | + | |
10098 | 10094 | | |
10099 | | - | |
10100 | | - | |
10101 | | - | |
10102 | | - | |
10103 | | - | |
10104 | | - | |
10105 | | - | |
| 10095 | + | |
| 10096 | + | |
| 10097 | + | |
| 10098 | + | |
| 10099 | + | |
10106 | 10100 | | |
10107 | | - | |
| 10101 | + | |
10108 | 10102 | | |
10109 | 10103 | | |
10110 | 10104 | | |
| |||
17279 | 17273 | | |
17280 | 17274 | | |
17281 | 17275 | | |
| 17276 | + | |
| 17277 | + | |
| 17278 | + | |
| 17279 | + | |
| 17280 | + | |
| 17281 | + | |
| 17282 | + | |
| 17283 | + | |
| 17284 | + | |
17282 | 17285 | | |
17283 | 17286 | | |
17284 | 17287 | | |
| |||
0 commit comments