Commit 1b22d80
File tree
Expand file treeCollapse file tree
19 files changed
+892
-39
lines changedFilter options
- Doc
- c-api
- howto
- using
- whatsnew
- Include/internal
- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- PCbuild
- Python
- Tools/c-analyzer/cpython
Expand file treeCollapse file tree
19 files changed
+892
-39
lines changed+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1251 | 1251 |
|
1252 | 1252 |
|
1253 | 1253 |
|
1254 |
| - |
| 1254 | + |
| 1255 | + |
| 1256 | + |
| 1257 | + |
1255 | 1258 |
|
1256 | 1259 |
|
1257 | 1260 |
|
|
Doc/howto/perf_profiling.rst
Copy file name to clipboardExpand all lines: Doc/howto/perf_profiling.rst+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
586 | 586 |
|
587 | 587 |
|
588 | 588 |
|
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
| 597 | + |
589 | 598 |
|
590 | 599 |
|
591 | 600 |
|
| ||
1127 | 1136 |
|
1128 | 1137 |
|
1129 | 1138 |
|
| 1139 | + |
| 1140 | + |
| 1141 | + |
| 1142 | + |
| 1143 | + |
| 1144 | + |
| 1145 | + |
| 1146 | + |
| 1147 | + |
| 1148 | + |
| 1149 | + |
| 1150 | + |
| 1151 | + |
| 1152 | + |
| 1153 | + |
1130 | 1154 |
|
1131 | 1155 |
|
1132 | 1156 |
|
|
+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
231 | 231 |
|
232 | 232 |
|
233 | 233 |
|
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
234 | 239 |
|
235 | 240 |
|
236 | 241 |
|
|
Include/internal/pycore_ceval.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_ceval.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
108 | 108 |
|
109 | 109 |
|
110 | 110 |
|
| 111 | + |
111 | 112 |
|
112 | 113 |
|
113 | 114 |
|
|
Include/internal/pycore_ceval_state.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_ceval_state.h+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
| 78 | + |
78 | 79 |
|
79 | 80 |
|
80 | 81 |
|
| ||
83 | 84 |
|
84 | 85 |
|
85 | 86 |
|
| 87 | + |
86 | 88 |
|
87 | 89 |
|
88 | 90 |
|
|
Lib/test/test_perf_profiler.py
Copy file name to clipboardExpand all lines: Lib/test/test_perf_profiler.py+114-32Lines changed: 114 additions & 32 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
76 | 77 |
|
77 | 78 |
|
78 | 79 |
|
79 |
| - |
80 |
| - |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
81 | 86 |
|
82 |
| - |
83 |
| - |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
84 | 93 |
|
85 |
| - |
86 |
| - |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
87 | 101 |
|
88 | 102 |
|
89 | 103 |
|
| ||
212 | 226 |
|
213 | 227 |
|
214 | 228 |
|
215 |
| - |
| 229 | + |
216 | 230 |
|
217 | 231 |
|
218 | 232 |
|
| ||
259 | 273 |
|
260 | 274 |
|
261 | 275 |
|
262 |
| - |
| 276 | + |
263 | 277 |
|
264 | 278 |
|
265 | 279 |
|
266 | 280 |
|
267 | 281 |
|
268 | 282 |
|
269 |
| - |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
270 | 297 |
|
271 | 298 |
|
272 | 299 |
|
273 | 300 |
|
274 | 301 |
|
275 | 302 |
|
276 | 303 |
|
277 |
| - |
| 304 | + |
278 | 305 |
|
279 | 306 |
|
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
280 | 319 |
|
281 | 320 |
|
282 | 321 |
|
| ||
290 | 329 |
|
291 | 330 |
|
292 | 331 |
|
293 |
| - |
294 |
| - |
295 |
| - |
296 |
| - |
297 |
| - |
298 |
| - |
299 |
| - |
300 |
| - |
301 |
| - |
302 |
| - |
303 |
| - |
304 |
| - |
305 |
| - |
306 |
| - |
| 332 | + |
| 333 | + |
| 334 | + |
307 | 335 |
|
308 | 336 |
|
309 | 337 |
|
| ||
322 | 350 |
|
323 | 351 |
|
324 | 352 |
|
325 |
| - |
| 353 | + |
326 | 354 |
|
327 | 355 |
|
328 | 356 |
|
329 | 357 |
|
330 | 358 |
|
331 | 359 |
|
332 |
| - |
| 360 | + |
333 | 361 |
|
334 | 362 |
|
335 | 363 |
|
| ||
346 | 374 |
|
347 | 375 |
|
348 | 376 |
|
349 |
| - |
| 377 | + |
| 378 | + |
| 379 | + |
350 | 380 |
|
351 | 381 |
|
352 | 382 |
|
353 | 383 |
|
354 | 384 |
|
355 | 385 |
|
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
356 | 409 |
|
357 | 410 |
|
358 | 411 |
|
| ||
370 | 423 |
|
371 | 424 |
|
372 | 425 |
|
373 |
| - |
| 426 | + |
374 | 427 |
|
375 | 428 |
|
376 | 429 |
|
| ||
423 | 476 |
|
424 | 477 |
|
425 | 478 |
|
426 |
| - |
427 |
| - |
428 |
| - |
429 |
| - |
| 479 | + |
430 | 480 |
|
431 | 481 |
|
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
432 | 514 |
|
433 | 515 |
|
434 | 516 |
|
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
488 | 488 |
|
489 | 489 |
|
490 | 490 |
|
| 491 | + |
491 | 492 |
|
492 | 493 |
|
493 | 494 |
|
|
Misc/NEWS.d/next/Core and Builtins/2024-05-02-20-32-42.gh-issue-118518.m-JbTi.rst
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
PCbuild/_freeze_module.vcxproj
Copy file name to clipboardExpand all lines: PCbuild/_freeze_module.vcxproj+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
| 243 | + |
243 | 244 |
|
244 | 245 |
|
245 | 246 |
|
|
PCbuild/_freeze_module.vcxproj.filters
Copy file name to clipboardExpand all lines: PCbuild/_freeze_module.vcxproj.filters+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| 97 | + |
| 98 | + |
| 99 | + |
97 | 100 |
|
98 | 101 |
|
99 | 102 |
|
|
0 commit comments