Files
cpython/Objects
Victor Stinner 0f7b0b397e bpo-29735: Optimize partial_call(): avoid tuple (#516)
* Add _PyObject_HasFastCall()
* partial_call() now avoids temporary tuple to pass positional
  arguments if the callable supports the FASTCALL calling convention
  for positional arguments.
* Fix also a performance regression in partial_call() if the callable
  doesn't support FASTCALL.
2017-03-14 21:37:20 +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