[Python-Dev] PEP 579 and PEP 580: refactoring C functions and methods (original) (raw)
Jeroen Demeyer J.Demeyer at UGent.be
Thu Jun 21 05:32:38 EDT 2018
- Previous message (by thread): [Python-Dev] PEP 579 and PEP 580: refactoring C functions and methods
- Next message (by thread): [Python-Dev] Can we make METH_FASTCALL public, from Python 3.7? (ref: PEP 579
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2018-06-21 11:22, Victor Stinner wrote:
https://www.python.org/dev/peps/pep-0580/#the-c-call-protocol
CCALLVARARGS: ccfunc(PyObject *self, PyObject *args) If we add a new calling convention
This is not a new calling convention, it's the existing calling convention for METH_VARARGS. Obviously, we need to continue to support that.
- Previous message (by thread): [Python-Dev] PEP 579 and PEP 580: refactoring C functions and methods
- Next message (by thread): [Python-Dev] Can we make METH_FASTCALL public, from Python 3.7? (ref: PEP 579
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]