Files
cpython/Objects
Victor Stinner 12c5838dae Fix PyCFunction_Call() performance issue
Issue #29259, #29465: PyCFunction_Call() doesn't create anymore a redundant
tuple to pass positional arguments for METH_VARARGS.

Add a new cfunction_call() subfunction.
2017-02-09 02:01:37 +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-30 12:24:23 +01:00
2016-09-07 14:12:36 -07:00
2016-09-18 19:24:52 -07:00
2016-09-14 23:53:47 -07:00

Source files for various builtin objects