File tree
Expand file treeCollapse file tree
17 files changed
+316
-17
lines changedFilter options
- Doc/library
- Lib
- ctypes
- test/test_ctypes
- Misc/NEWS.d/next/Library
- Modules
- _ctypes
- PCbuild
- Tools/c-analyzer/c_parser/parser
Expand file treeCollapse file tree
17 files changed
+316
-17
lines changed+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
269 | 279 |
|
270 | 280 |
|
271 | 281 |
|
| ||
2284 | 2294 |
|
2285 | 2295 |
|
2286 | 2296 |
|
| 2297 | + |
| 2298 | + |
| 2299 | + |
| 2300 | + |
| 2301 | + |
| 2302 | + |
| 2303 | + |
| 2304 | + |
2287 | 2305 |
|
2288 | 2306 |
|
2289 | 2307 |
|
|
+6Lines changed: 6 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 | + |
208 | 214 |
|
209 | 215 |
|
210 | 216 |
|
|
Lib/test/test_ctypes/test_libc.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_libc.py+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
1 | 2 |
|
2 | 3 |
|
3 | 4 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
24 | 36 |
|
25 | 37 |
|
26 | 38 |
|
|
Lib/test/test_ctypes/test_numbers.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_numbers.py+73-12Lines changed: 73 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
| 6 | + |
| 7 | + |
5 | 8 |
|
6 | 9 |
|
7 | 10 |
|
| ||
38 | 41 |
|
39 | 42 |
|
40 | 43 |
|
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
41 | 64 |
|
42 | 65 |
|
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
43 | 93 |
|
44 | 94 |
|
45 | 95 |
|
| ||
86 | 136 |
|
87 | 137 |
|
88 | 138 |
|
89 |
| - |
90 |
| - |
91 |
| - |
92 | 139 |
|
93 | 140 |
|
94 | 141 |
|
95 | 142 |
|
96 | 143 |
|
97 | 144 |
|
98 | 145 |
|
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
99 | 169 |
|
100 |
| - |
101 |
| - |
102 |
| - |
103 | 170 |
|
104 |
| - |
105 |
| - |
106 |
| - |
107 | 171 |
|
108 |
| - |
109 |
| - |
110 |
| - |
111 | 172 |
|
112 | 173 |
|
113 | 174 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3125 | 3125 |
|
3126 | 3126 |
|
3127 | 3127 |
|
3128 |
| - |
| 3128 | + |
3129 | 3129 |
|
3130 | 3130 |
|
3131 | 3131 |
|
|
Misc/NEWS.d/next/Library/2024-06-23-07-23-08.gh-issue-61103.ca_U_l.rst
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
Modules/_complex.h
Copy file name to clipboard+34Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
+15-1Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1750 | 1750 |
|
1751 | 1751 |
|
1752 | 1752 |
|
| 1753 | + |
| 1754 | + |
| 1755 | + |
1753 | 1756 |
|
| 1757 | + |
1754 | 1758 |
|
1755 | 1759 |
|
1756 | 1760 |
|
| ||
2226 | 2230 |
|
2227 | 2231 |
|
2228 | 2232 |
|
2229 |
| - |
| 2233 | + |
| 2234 | + |
| 2235 | + |
| 2236 | + |
| 2237 | + |
| 2238 | + |
| 2239 | + |
| 2240 | + |
| 2241 | + |
| 2242 | + |
| 2243 | + |
2230 | 2244 |
|
2231 | 2245 |
|
2232 | 2246 |
|
|
Modules/_ctypes/_ctypes_test.c
Copy file name to clipboardExpand all lines: Modules/_ctypes/_ctypes_test.c+13Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
16 | 22 |
|
17 | 23 |
|
18 | 24 |
|
| ||
443 | 449 |
|
444 | 450 |
|
445 | 451 |
|
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
446 | 459 |
|
447 | 460 |
|
448 | 461 |
|
|
+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
108 | 112 |
|
109 | 113 |
|
110 | 114 |
|
| ||
651 | 655 |
|
652 | 656 |
|
653 | 657 |
|
| 658 | + |
| 659 | + |
| 660 | + |
654 | 661 |
|
655 | 662 |
|
656 | 663 |
|
|
+33Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
17 | 20 |
|
18 | 21 |
|
19 | 22 |
|
| ||
1087 | 1090 |
|
1088 | 1091 |
|
1089 | 1092 |
|
| 1093 | + |
| 1094 | + |
| 1095 | + |
| 1096 | + |
| 1097 | + |
| 1098 | + |
| 1099 | + |
| 1100 | + |
| 1101 | + |
| 1102 | + |
| 1103 | + |
| 1104 | + |
| 1105 | + |
| 1106 | + |
| 1107 | + |
| 1108 | + |
| 1109 | + |
| 1110 | + |
| 1111 | + |
| 1112 | + |
| 1113 | + |
| 1114 | + |
| 1115 | + |
| 1116 | + |
1090 | 1117 |
|
1091 | 1118 |
|
1092 | 1119 |
|
| ||
1592 | 1619 |
|
1593 | 1620 |
|
1594 | 1621 |
|
| 1622 | + |
| 1623 | + |
| 1624 | + |
1595 | 1625 |
|
1596 | 1626 |
|
1597 | 1627 |
|
| ||
1642 | 1672 |
|
1643 | 1673 |
|
1644 | 1674 |
|
| 1675 | + |
| 1676 | + |
| 1677 | + |
1645 | 1678 |
|
1646 | 1679 |
|
1647 | 1680 |
|
|
0 commit comments