Commit 6e1a89a
File tree
Expand file treeCollapse file tree
8 files changed
+56
-48
lines changedFilter options
- Doc
- c-api
- whatsnew
- Include/cpython
- Lib/test/test_capi
- Misc/NEWS.d/next
- C API
- Core and Builtins
- Modules/_testcapi
- Objects
Expand file treeCollapse file tree
8 files changed
+56
-48
lines changed+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
117 | 117 |
|
118 | 118 |
|
119 |
| - |
| 119 | + |
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| ||
354 | 354 |
|
355 | 355 |
|
356 | 356 |
|
357 |
| - |
| 357 | + |
358 | 358 |
|
359 | 359 |
|
360 | 360 |
|
|
+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
560 | 560 |
|
561 | 561 |
|
562 | 562 |
|
| 563 | + |
563 | 564 |
|
564 | 565 |
|
565 | 566 |
|
| ||
1490 | 1491 |
|
1491 | 1492 |
|
1492 | 1493 |
|
1493 |
| - |
1494 |
| - |
1495 |
| - |
| 1494 | + |
| 1495 | + |
| 1496 | + |
1496 | 1497 |
|
1497 | 1498 |
|
1498 | 1499 |
|
|
Include/cpython/longobject.h
Copy file name to clipboardExpand all lines: Include/cpython/longobject.h+11-7Lines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| 12 | + |
| 13 | + |
| 14 | + |
11 | 15 |
|
12 | 16 |
|
13 | 17 |
|
| ||
19 | 23 |
|
20 | 24 |
|
21 | 25 |
|
22 |
| - |
| 26 | + |
23 | 27 |
|
24 | 28 |
|
25 |
| - |
| 29 | + |
26 | 30 |
|
27 | 31 |
|
28 |
| - |
| 32 | + |
29 | 33 |
|
30 | 34 |
|
31 | 35 |
|
32 |
| - |
33 |
| - |
34 |
| - |
| 36 | + |
35 | 37 |
|
| 38 | + |
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
|
Lib/test/test_capi/test_long.py
Copy file name to clipboardExpand all lines: Lib/test/test_capi/test_long.py+21-18Lines changed: 21 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
424 | 424 |
|
425 | 425 |
|
426 | 426 |
|
427 |
| - |
| 427 | + |
428 | 428 |
|
429 |
| - |
| 429 | + |
430 | 430 |
|
431 | 431 |
|
432 | 432 |
|
| ||
451 | 451 |
|
452 | 452 |
|
453 | 453 |
|
454 |
| - |
455 |
| - |
| 454 | + |
| 455 | + |
456 | 456 |
|
457 | 457 |
|
458 | 458 |
|
| ||
507 | 507 |
|
508 | 508 |
|
509 | 509 |
|
510 |
| - |
511 |
| - |
| 510 | + |
| 511 | + |
512 | 512 |
|
513 |
| - |
514 |
| - |
| 513 | + |
| 514 | + |
515 | 515 |
|
516 | 516 |
|
517 |
| - |
| 517 | + |
518 | 518 |
|
519 |
| - |
| 519 | + |
| 520 | + |
| 521 | + |
| 522 | + |
520 | 523 |
|
521 | 524 |
|
522 | 525 |
|
| ||
534 | 537 |
|
535 | 538 |
|
536 | 539 |
|
537 |
| - |
538 |
| - |
539 |
| - |
540 |
| - |
541 |
| - |
542 |
| - |
543 |
| - |
544 |
| - |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
| 547 | + |
545 | 548 |
|
546 | 549 |
|
547 | 550 |
|
Misc/NEWS.d/next/C API/2024-02-05-17-11-15.gh-issue-111140.WMEjid.rst
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
Misc/NEWS.d/next/Core and Builtins/2024-02-05-17-11-15.gh-issue-111140.WMEjid.rst
Copy file name to clipboardExpand all lines: Misc/NEWS.d/next/Core and Builtins/2024-02-05-17-11-15.gh-issue-111140.WMEjid.rst-2Lines changed: 0 additions & 2 deletions
This file was deleted.
+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
777 | 777 |
|
778 | 778 |
|
779 | 779 |
|
780 |
| - |
| 780 | + |
781 | 781 |
|
782 | 782 |
|
783 | 783 |
|
| ||
795 | 795 |
|
796 | 796 |
|
797 | 797 |
|
798 |
| - |
| 798 | + |
799 | 799 |
|
800 | 800 |
|
801 | 801 |
|
802 | 802 |
|
803 | 803 |
|
804 |
| - |
| 804 | + |
805 | 805 |
|
806 | 806 |
|
807 | 807 |
|
| ||
814 | 814 |
|
815 | 815 |
|
816 | 816 |
|
817 |
| - |
818 |
| - |
| 817 | + |
| 818 | + |
819 | 819 |
|
820 | 820 |
|
821 | 821 |
|
| ||
849 | 849 |
|
850 | 850 |
|
851 | 851 |
|
852 |
| - |
853 |
| - |
| 852 | + |
| 853 | + |
854 | 854 |
|
855 | 855 |
|
856 | 856 |
|
|
+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
971 | 971 |
|
972 | 972 |
|
973 | 973 |
|
974 |
| - |
975 |
| - |
976 |
| - |
| 974 | + |
| 975 | + |
| 976 | + |
977 | 977 |
|
978 | 978 |
|
979 | 979 |
|
| ||
1081 | 1081 |
|
1082 | 1082 |
|
1083 | 1083 |
|
1084 |
| - |
| 1084 | + |
1085 | 1085 |
|
1086 | 1086 |
|
1087 | 1087 |
|
| ||
1097 | 1097 |
|
1098 | 1098 |
|
1099 | 1099 |
|
1100 |
| - |
| 1100 | + |
1101 | 1101 |
|
1102 | 1102 |
|
1103 | 1103 |
|
| ||
1218 | 1218 |
|
1219 | 1219 |
|
1220 | 1220 |
|
1221 |
| - |
| 1221 | + |
1222 | 1222 |
|
1223 | 1223 |
|
1224 | 1224 |
|
| ||
1240 | 1240 |
|
1241 | 1241 |
|
1242 | 1242 |
|
1243 |
| - |
| 1243 | + |
1244 | 1244 |
|
1245 | 1245 |
|
1246 | 1246 |
|
|
0 commit comments