Commit 4dcbe06
authored
pythongh-111178: Fix type of PyCMethod's "nargs" argument (pythonGH-131135)
Replace "size_t nargs" with "Py_ssize_t nargs" in PyCMethod.1 parent e0637ce commit 4dcbe06
File tree
2 files changed
+3
-1
lines changed- Include
- Misc/NEWS.d/next/C_API
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments