File tree
Expand file treeCollapse file tree
5 files changed
+32
-12
lines changedFilter options
- Include/internal
- Lib/importlib
- Misc/NEWS.d/next/Core_and_Builtins
- Python
- Tools/build
Expand file treeCollapse file tree
5 files changed
+32
-12
lines changedInclude/internal/pycore_importdl.h
Copy file name to clipboardExpand all lines: Include/internal/pycore_importdl.h+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
| 63 | + |
62 | 64 |
|
63 | 65 |
|
64 | 66 |
|
| ||
87 | 89 |
|
88 | 90 |
|
89 | 91 |
|
| 92 | + |
90 | 93 |
|
91 | 94 |
|
92 | 95 |
|
| 96 | + |
93 | 97 |
|
94 | 98 |
|
95 | 99 |
|
|
Lib/importlib/_bootstrap_external.py
Copy file name to clipboardExpand all lines: Lib/importlib/_bootstrap_external.py+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1523 | 1523 |
|
1524 | 1524 |
|
1525 | 1525 |
|
1526 |
| - |
1527 |
| - |
1528 |
| - |
1529 |
| - |
1530 |
| - |
1531 |
| - |
1532 |
| - |
1533 |
| - |
| 1526 | + |
| 1527 | + |
| 1528 | + |
| 1529 | + |
| 1530 | + |
| 1531 | + |
| 1532 | + |
| 1533 | + |
1534 | 1534 |
|
1535 | 1535 |
|
1536 | 1536 |
|
|
Misc/NEWS.d/next/Core_and_Builtins/2024-08-12-11-19-37.gh-issue-122907.q68096.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 | + |
+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
17 | 19 |
|
18 |
| - |
19 |
| - |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
| ||
205 | 207 |
|
206 | 208 |
|
207 | 209 |
|
| 210 | + |
208 | 211 |
|
209 | 212 |
|
210 | 213 |
|
| ||
226 | 229 |
|
227 | 230 |
|
228 | 231 |
|
| 232 | + |
229 | 233 |
|
230 | 234 |
|
231 | 235 |
|
| ||
372 | 376 |
|
373 | 377 |
|
374 | 378 |
|
| 379 | + |
375 | 380 |
|
376 | 381 |
|
377 | 382 |
|
| ||
406 | 411 |
|
407 | 412 |
|
408 | 413 |
|
| 414 | + |
409 | 415 |
|
410 | 416 |
|
411 | 417 |
|
| ||
513 | 519 |
|
514 | 520 |
|
515 | 521 |
|
516 |
| - |
517 |
| - |
|
Tools/build/check_extension_modules.py
Copy file name to clipboardExpand all lines: Tools/build/check_extension_modules.py+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
| ||
153 | 154 |
|
154 | 155 |
|
155 | 156 |
|
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
156 | 162 |
|
157 | 163 |
|
158 | 164 |
|
| ||
414 | 420 |
|
415 | 421 |
|
416 | 422 |
|
| 423 | + |
| 424 | + |
| 425 | + |
417 | 426 |
|
418 | 427 |
|
419 | 428 |
|
|
0 commit comments