Files
cpython/Objects
Victor Stinner 7fc252adfb 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.
2017-01-16 17:18:53 +01:00
..
2017-01-10 10:56:38 +08:00
2017-01-11 01:07:03 +01:00
2017-01-06 17:44:43 +09:00
2016-09-09 13:54:34 -07:00
2017-01-06 17:44:43 +09:00
2016-12-06 18:46:19 +01:00
2016-12-06 18:46:19 +01:00
2016-12-09 18:51:13 +01:00
2016-12-04 22:59:09 +01:00
2016-12-30 12:24:23 +01:00
2016-09-07 14:12:36 -07:00
2016-09-18 19:24:52 -07:00
2017-01-14 09:56:00 +00:00
2016-09-14 23:53:47 -07:00

Source files for various builtin objects