forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork6
Commit683bcc5
pythongh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (pythonGH-94902)
It returned 1 (success) when warnings are turned into exceptions.(cherry picked from commit107c21c)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>1 parent964431e commit683bcc5
File tree
3 files changed
+16
-1
lines changed- Lib/test
- Misc/NEWS.d/next/C API
- Python
3 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
999 | 1000 | | |
1000 | 1001 | | |
1001 | 1002 | | |
| 1003 | + | |
| 1004 | + | |
| 1005 | + | |
1002 | 1006 | | |
1003 | 1007 | | |
1004 | 1008 | | |
| |||
1015 | 1019 | | |
1016 | 1020 | | |
1017 | 1021 | | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
1018 | 1025 | | |
1019 | 1026 | | |
1020 | 1027 | | |
| |||
1031 | 1038 | | |
1032 | 1039 | | |
1033 | 1040 | | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
1034 | 1044 | | |
1035 | 1045 | | |
1036 | 1046 | | |
| |||
1047 | 1057 | | |
1048 | 1058 | | |
1049 | 1059 | | |
| 1060 | + | |
| 1061 | + | |
| 1062 | + | |
1050 | 1063 | | |
1051 | 1064 | | |
1052 | 1065 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
| 1019 | + | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
| |||
0 commit comments
Comments
(0)