forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork2
Commitd9d7e46
00420:pythongh-114626: Add again _PyCFunctionFastWithKeywords name (pythonGH-115561)
Keep the old private _PyCFunctionFastWithKeywords name (Python 3.7)as an alias to the new public name PyCFunctionFastWithKeywords(Python 3.13a4)._PyCFunctionWithKeywords doesn't exist in Python 3.13a3, whereas_PyCFunctionFastWithKeywords was removed in Python 3.13a4.1 parent3357fac commitd9d7e46
File tree
2 files changed
+5
-1
lines changed- Include
- Misc/NEWS.d/next/C API
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments
Comments
(0)