Commit cbb9ba8
authored
pythongh-92536: Argument Clinic no longer emits PyUnicode_READY() (python#105208)
Since Python 3.12, PyUnicode_READY() does nothing and always
returns 0.
Argument Clinic now also checks for .cpp files (PC/_wmimodule.cpp).1 parent 1469393 commit cbb9ba8
35 files changed
Lines changed: 37 additions & 321 deletions
File tree
- Lib/test
- Modules
- _io/clinic
- _multiprocessing/clinic
- _sqlite/clinic
- clinic
- Objects/clinic
- PC/clinic
- Python/clinic
- Tools/clinic
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | 357 | | |
361 | 358 | | |
362 | 359 | | |
| |||
366 | 363 | | |
367 | 364 | | |
368 | 365 | | |
369 | | - | |
| 366 | + | |
370 | 367 | | |
371 | 368 | | |
372 | 369 | | |
| |||
972 | 969 | | |
973 | 970 | | |
974 | 971 | | |
975 | | - | |
976 | | - | |
977 | | - | |
978 | 972 | | |
979 | 973 | | |
980 | 974 | | |
| |||
996 | 990 | | |
997 | 991 | | |
998 | 992 | | |
999 | | - | |
| 993 | + | |
1000 | 994 | | |
1001 | 995 | | |
1002 | 996 | | |
| |||
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.
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.
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.
0 commit comments