On 2018年06月21日 11:22, Victor Stinner wrote:
This is not a *new* calling convention, it's the *existing* calling convention for METH_VARARGS. Obviously, we need to continue to support that.https://www.python.org/dev/peps/pep-0580/#the-c-call-protocolCCALL_VARARGS: cc_func(PyObject *self, PyObject *args) If we add a new calling convention
_______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com