Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-114626: Add again _PyCFunctionFastWithKeywords name#115561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
vstinner commentedFeb 16, 2024
davidhewitt commentedFeb 16, 2024
Thank you for fixing & sorry for the typo! |
vstinner commentedFeb 16, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
versus |
encukou commentedFeb 19, 2024
Thank you. I also apologize for letting this through. |
vstinner commentedFeb 19, 2024
Honestly, even after I read the first change twice, I didn't notice that it was a mistake ("typo") to remove the alias. These names are misleading :-( |
…ythonGH-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.
…H-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.
…H-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.
…H-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.
Uh oh!
There was an error while loading.Please reload this page.
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.
_PyCFunctionFastand_PyCFunctionFastWithKeywords#114626