File tree
7 files changed
+353
-2
lines changedFilter options
- Include
- cpython
- internal
- Lib/test/test_capi
- Modules
- Python
7 files changed
+353
-2
lines changedInclude/cpython/optimizer.h
Copy file name to clipboardExpand all lines: Include/cpython/optimizer.h+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
9 | 23 |
|
10 | 24 |
|
11 | 25 |
|
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
12 | 30 |
|
13 | 31 |
|
14 | 32 |
|
| ||
45 | 63 |
|
46 | 64 |
|
47 | 65 |
|
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
48 | 74 |
|
49 | 75 |
|
50 | 76 |
|
|
Include/internal/pycore_interp.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_interp.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
| 218 | + |
218 | 219 |
|
219 | 220 |
|
220 | 221 |
|
|
Lib/test/test_capi/test_misc.py
Copy file name to clipboardExpand all lines: Lib/test/test_capi/test_misc.py+61Lines changed: 61 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2489 | 2489 |
|
2490 | 2490 |
|
2491 | 2491 |
|
| 2492 | + |
| 2493 | + |
| 2494 | + |
| 2495 | + |
| 2496 | + |
| 2497 | + |
| 2498 | + |
| 2499 | + |
| 2500 | + |
| 2501 | + |
| 2502 | + |
| 2503 | + |
| 2504 | + |
| 2505 | + |
| 2506 | + |
| 2507 | + |
| 2508 | + |
| 2509 | + |
| 2510 | + |
| 2511 | + |
| 2512 | + |
| 2513 | + |
| 2514 | + |
| 2515 | + |
| 2516 | + |
| 2517 | + |
| 2518 | + |
| 2519 | + |
| 2520 | + |
| 2521 | + |
| 2522 | + |
| 2523 | + |
| 2524 | + |
| 2525 | + |
| 2526 | + |
| 2527 | + |
| 2528 | + |
| 2529 | + |
| 2530 | + |
| 2531 | + |
| 2532 | + |
| 2533 | + |
| 2534 | + |
| 2535 | + |
| 2536 | + |
| 2537 | + |
| 2538 | + |
| 2539 | + |
| 2540 | + |
| 2541 | + |
| 2542 | + |
| 2543 | + |
| 2544 | + |
| 2545 | + |
| 2546 | + |
| 2547 | + |
| 2548 | + |
| 2549 | + |
| 2550 | + |
| 2551 | + |
| 2552 | + |
2492 | 2553 |
|
2493 | 2554 |
|
2494 | 2555 |
|
|
Modules/_testinternalcapi.c
Copy file name to clipboardExpand all lines: Modules/_testinternalcapi.c+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1002 | 1002 |
|
1003 | 1003 |
|
1004 | 1004 |
|
| 1005 | + |
| 1006 | + |
| 1007 | + |
| 1008 | + |
| 1009 | + |
| 1010 | + |
| 1011 | + |
| 1012 | + |
| 1013 | + |
| 1014 | + |
| 1015 | + |
| 1016 | + |
| 1017 | + |
| 1018 | + |
| 1019 | + |
| 1020 | + |
| 1021 | + |
| 1022 | + |
| 1023 | + |
| 1024 | + |
| 1025 | + |
| 1026 | + |
| 1027 | + |
| 1028 | + |
| 1029 | + |
| 1030 | + |
1005 | 1031 |
|
1006 | 1032 |
|
1007 | 1033 |
|
| ||
1565 | 1591 |
|
1566 | 1592 |
|
1567 | 1593 |
|
| 1594 | + |
| 1595 | + |
1568 | 1596 |
|
1569 | 1597 |
|
1570 | 1598 |
|
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1582 | 1582 |
|
1583 | 1583 |
|
1584 | 1584 |
|
| 1585 | + |
1585 | 1586 |
|
1586 | 1587 |
|
1587 | 1588 |
|
| ||
1803 | 1804 |
|
1804 | 1805 |
|
1805 | 1806 |
|
| 1807 | + |
1806 | 1808 |
|
1807 | 1809 |
|
1808 | 1810 |
|
| ||
1832 | 1834 |
|
1833 | 1835 |
|
1834 | 1836 |
|
| 1837 | + |
1835 | 1838 |
|
1836 | 1839 |
|
1837 | 1840 |
|
|
0 commit comments