Commit dd29ae2
authored
pythongh-105156: Argument Clinic avoids Py_UNICODE type (python#105161)
Argument Clinic now uses "const wchar_t*" type instead of
"const Py_UNICODE*" type for the "Py_UNICODE" format.1 parent c05c31d commit dd29ae2
File tree
9 files changed
+100
-110
lines changed- Modules
- clinic
- PC
- clinic
- Tools/clinic
9 files changed
+100
-110
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1058 | 1058 | | |
1059 | 1059 | | |
1060 | 1060 | | |
1061 | | - | |
1062 | | - | |
| 1061 | + | |
1063 | 1062 | | |
1064 | 1063 | | |
1065 | 1064 | | |
1066 | | - | |
| 1065 | + | |
1067 | 1066 | | |
1068 | | - | |
| 1067 | + | |
1069 | 1068 | | |
1070 | 1069 | | |
1071 | 1070 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
449 | | - | |
| 448 | + | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
1600 | 1600 | | |
1601 | 1601 | | |
1602 | 1602 | | |
1603 | | - | |
1604 | | - | |
| 1603 | + | |
| 1604 | + | |
1605 | 1605 | | |
1606 | 1606 | | |
1607 | 1607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5650 | 5650 | | |
5651 | 5651 | | |
5652 | 5652 | | |
5653 | | - | |
5654 | | - | |
| 5653 | + | |
| 5654 | + | |
5655 | 5655 | | |
5656 | 5656 | | |
5657 | 5657 | | |
| |||
13571 | 13571 | | |
13572 | 13572 | | |
13573 | 13573 | | |
13574 | | - | |
| 13574 | + | |
13575 | 13575 | | |
13576 | | - | |
| 13576 | + | |
13577 | 13577 | | |
13578 | 13578 | | |
13579 | 13579 | | |
| |||
0 commit comments