File tree
5 files changed
+67
-1
lines changed- Doc/library
- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- Python
- clinic
5 files changed
+67
-1
lines changedDiff for: Doc/library/sys.rst
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1199 | 1199 |
| |
1200 | 1200 |
| |
1201 | 1201 |
| |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
1202 | 1210 |
| |
1203 | 1211 |
| |
1204 | 1212 |
| |
|
Diff for: Lib/test/test_sys.py
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1053 | 1053 |
| |
1054 | 1054 |
| |
1055 | 1055 |
| |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
1056 | 1062 |
| |
1057 | 1063 |
| |
1058 | 1064 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Diff for: Python/clinic/sysmodule.c.h
+29-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Python/sysmodule.c
+20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2393 | 2393 |
| |
2394 | 2394 |
| |
2395 | 2395 |
| |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
| 2406 | + | |
| 2407 | + | |
| 2408 | + | |
| 2409 | + | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
2396 | 2415 |
| |
2397 | 2416 |
| |
2398 | 2417 |
| |
| |||
2565 | 2584 |
| |
2566 | 2585 |
| |
2567 | 2586 |
| |
| 2587 | + | |
2568 | 2588 |
| |
2569 | 2589 |
| |
2570 | 2590 |
| |
|
0 commit comments