File tree
14 files changed
+115
-16
lines changedFilter options
- Doc
- deprecations
- library
- whatsnew
- Lib
- ctypes
- test/test_ctypes
- Misc/NEWS.d/next/C_API
14 files changed
+115
-16
lines changed+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
10 | 12 |
|
11 | 13 |
|
12 | 14 |
|
|
Doc/deprecations/pending-removal-in-3.19.rst
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
+14-1Lines changed: 14 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2754 | 2754 |
|
2755 | 2755 |
|
2756 | 2756 |
|
| 2757 | + |
| 2758 | + |
| 2759 | + |
| 2760 | + |
| 2761 | + |
| 2762 | + |
| 2763 | + |
| 2764 | + |
| 2765 | + |
| 2766 | + |
2757 | 2767 |
|
2758 | 2768 |
|
2759 | 2769 |
|
| ||
2782 | 2792 |
|
2783 | 2793 |
|
2784 | 2794 |
|
2785 |
| - |
| 2795 | + |
| 2796 | + |
2786 | 2797 |
|
2787 | 2798 |
|
2788 | 2799 |
|
2789 | 2800 |
|
2790 | 2801 |
|
| 2802 | + |
| 2803 | + |
2791 | 2804 |
|
2792 | 2805 |
|
2793 | 2806 |
|
|
+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1874 | 1874 |
|
1875 | 1875 |
|
1876 | 1876 |
|
| 1877 | + |
| 1878 | + |
| 1879 | + |
| 1880 | + |
| 1881 | + |
| 1882 | + |
1877 | 1883 |
|
1878 | 1884 |
|
1879 | 1885 |
|
| ||
1948 | 1954 |
|
1949 | 1955 |
|
1950 | 1956 |
|
| 1957 | + |
| 1958 | + |
1951 | 1959 |
|
1952 | 1960 |
|
1953 | 1961 |
|
|
+19-2Lines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
| 70 | + |
| 71 | + |
69 | 72 |
|
70 | 73 |
|
71 |
| - |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
72 | 90 |
|
73 | 91 |
|
74 | 92 |
|
| ||
95 | 113 |
|
96 | 114 |
|
97 | 115 |
|
98 |
| - |
99 | 116 |
|
100 | 117 |
|
101 | 118 |
|
|
Lib/test/test_ctypes/test_aligned_structures.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_aligned_structures.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
316 | 316 |
|
317 | 317 |
|
318 | 318 |
|
| 319 | + |
319 | 320 |
|
320 | 321 |
|
321 | 322 |
|
|
Lib/test/test_ctypes/test_bitfields.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_bitfields.py+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
430 | 430 |
|
431 | 431 |
|
432 | 432 |
|
| 433 | + |
433 | 434 |
|
434 | 435 |
|
435 | 436 |
|
| ||
443 | 444 |
|
444 | 445 |
|
445 | 446 |
|
446 |
| - |
447 | 447 |
|
448 | 448 |
|
| 449 | + |
449 | 450 |
|
450 | 451 |
|
451 | 452 |
|
| ||
460 | 461 |
|
461 | 462 |
|
462 | 463 |
|
| 464 | + |
463 | 465 |
|
464 | 466 |
|
465 | 467 |
|
| ||
475 | 477 |
|
476 | 478 |
|
477 | 479 |
|
| 480 | + |
478 | 481 |
|
479 | 482 |
|
480 | 483 |
|
|
Lib/test/test_ctypes/test_byteswap.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_byteswap.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
269 | 269 |
|
270 | 270 |
|
271 | 271 |
|
| 272 | + |
272 | 273 |
|
273 | 274 |
|
274 | 275 |
|
| ||
296 | 297 |
|
297 | 298 |
|
298 | 299 |
|
| 300 | + |
299 | 301 |
|
300 | 302 |
|
301 | 303 |
|
|
Lib/test/test_ctypes/test_generated_structs.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_generated_structs.py+10-1Lines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
| 128 | + |
128 | 129 |
|
129 | 130 |
|
130 | 131 |
|
131 | 132 |
|
132 | 133 |
|
133 | 134 |
|
| 135 | + |
134 | 136 |
|
135 | 137 |
|
136 | 138 |
|
137 | 139 |
|
138 | 140 |
|
139 | 141 |
|
| 142 | + |
140 | 143 |
|
141 | 144 |
|
142 | 145 |
|
| ||
155 | 158 |
|
156 | 159 |
|
157 | 160 |
|
| 161 | + |
158 | 162 |
|
159 | 163 |
|
160 | 164 |
|
| ||
366 | 370 |
|
367 | 371 |
|
368 | 372 |
|
| 373 | + |
369 | 374 |
|
370 | 375 |
|
371 | 376 |
|
| ||
380 | 385 |
|
381 | 386 |
|
382 | 387 |
|
| 388 | + |
383 | 389 |
|
384 | 390 |
|
385 | 391 |
|
| ||
392 | 398 |
|
393 | 399 |
|
394 | 400 |
|
| 401 | + |
395 | 402 |
|
396 | 403 |
|
397 | 404 |
|
398 | 405 |
|
399 | 406 |
|
400 | 407 |
|
401 | 408 |
|
| 409 | + |
402 | 410 |
|
403 | 411 |
|
404 | 412 |
|
| ||
419 | 427 |
|
420 | 428 |
|
421 | 429 |
|
| 430 | + |
422 | 431 |
|
423 | 432 |
|
424 | 433 |
|
| ||
528 | 537 |
|
529 | 538 |
|
530 | 539 |
|
531 |
| - |
| 540 | + |
532 | 541 |
|
533 | 542 |
|
534 | 543 |
|
|
Lib/test/test_ctypes/test_pep3118.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_pep3118.py+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
81 | 81 |
|
82 | 82 |
|
83 | 83 |
|
| 84 | + |
84 | 85 |
|
85 | 86 |
|
86 | 87 |
|
87 | 88 |
|
88 | 89 |
|
89 | 90 |
|
90 | 91 |
|
| 92 | + |
91 | 93 |
|
92 | 94 |
|
93 | 95 |
|
94 | 96 |
|
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
| 100 | + |
98 | 101 |
|
99 | 102 |
|
100 | 103 |
|
|
Lib/test/test_ctypes/test_structunion.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_structunion.py+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
335 | 337 |
|
336 | 338 |
|
337 | 339 |
|
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
| 350 | + |
| 351 | + |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
338 | 356 |
|
339 | 357 |
|
340 | 358 |
|
|
Lib/test/test_ctypes/test_structures.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_structures.py+20-11Lines changed: 20 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| ||
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| 38 | + |
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| ||
45 | 47 |
|
46 | 48 |
|
47 | 49 |
|
| 50 | + |
48 | 51 |
|
49 | 52 |
|
50 | 53 |
|
| ||
53 | 56 |
|
54 | 57 |
|
55 | 58 |
|
| 59 | + |
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
59 | 63 |
|
60 | 64 |
|
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 |
| - |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
66 | 70 |
|
67 | 71 |
|
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
71 |
| - |
72 |
| - |
73 |
| - |
74 |
| - |
75 |
| - |
76 |
| - |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
77 | 86 |
|
78 | 87 |
|
79 | 88 |
|
|
Lib/test/test_ctypes/test_unaligned_structures.py
Copy file name to clipboardExpand all lines: Lib/test/test_ctypes/test_unaligned_structures.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
| 27 | + |
26 | 28 |
|
27 | 29 |
|
28 | 30 |
|
|
Misc/NEWS.d/next/C_API/2025-04-28-18-26-37.gh-issue-131747.2AiQ9n.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 | + |
0 commit comments