mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-36974: implement PEP 590 (GH-13185)
Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be> Co-authored-by: Mark Shannon <mark@hotpy.org>
This commit is contained in:
committed by
Petr Viktorin
parent
d30da5dd9a
commit
aacc77fbd7
@@ -631,7 +631,7 @@ context_run(PyContext *self, PyObject *const *args,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
PyObject *call_result = _PyObject_FastCallKeywords(
|
||||
PyObject *call_result = _PyObject_Vectorcall(
|
||||
args[0], args + 1, nargs - 1, kwnames);
|
||||
|
||||
if (PyContext_Exit((PyObject *)self)) {
|
||||
|
||||
Reference in New Issue
Block a user