Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
METH_FASTCALL is documented as part of the stable API since Python 3.10.
The accompanying function pointer typedefs_PyCFunctionFast and_PyCFunctionFastWithKeywords have leading underscore names, which I understand to hint at these being private / internal APIs.
I think this is potentially an oversight and these function pointer typedefs should have new public namesPyCFunctionFast andPyCFunctionFastWithKeywords?