diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-22 23:26:00 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-22 23:26:00 +0200 |
commit | 947bc084fc2339a44e3f55169653edd8bd17c248 (patch) | |
tree | 31bcb011933d08ab8b6feb2ad55096312c0d88b9 /Python/errors.c | |
parent | 5b00c5b38cada10df9f78640f356476cc6e6dc7f (diff) | |
download | cpython-947bc084fc2339a44e3f55169653edd8bd17c248.tar.gz |
PyEval_CallObjectWithKeywords() uses fast call with kwargs
Issue #27809. _PyObject_FastCallDict() now supports keyword arguments, and so
the args==NULL fast-path can also be used when kwargs is not NULL.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions