summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-16 17:18:53 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-01-16 17:18:53 +0100
commit7542c621d4273f5ea075c1127e5dbdb33ff6677f (patch)
treea558a5b3ab9675a0dea108f92d7c5646314f1ba5 /Include
parent6c812b4a4ef712e449e029dc7253e34c29ec3cff (diff)
downloadcpython-7542c621d4273f5ea075c1127e5dbdb33ff6677f.tar.gz
Optimize _PyCFunction_FastCallKeywords()
Issue #29259: Write fast path in _PyCFunction_FastCallKeywords() for METH_FASTCALL, avoid the creation of a temporary dictionary for keyword arguments. Cleanup also _PyCFunction_FastCallDict(): * Don't dereference func before checking that it's not NULL * Move code to raise the "no keyword argument" exception into a new no_keyword_error label. Update python-gdb.py for the change.
Diffstat (limited to 'Include')
0 files changed, 0 insertions, 0 deletions