mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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.
4 lines
274 B
ReStructuredText
4 lines
274 B
ReStructuredText
Add again ``_PyCFunctionFastWithKeywords`` name, removed in Python 3.13
|
|
alpha 4 by mistake. Keep the old private ``_PyCFunctionFastWithKeywords``
|
|
name (Python 3.7) as an alias to the new public name
|
|
``PyCFunctionFastWithKeywords`` (Python 3.13a4). Patch by Victor Stinner.
|