• Victor Stinner's avatar
    bpo-29735: Optimize partial_call(): avoid tuple (#516) · 0f7b0b39
    Victor Stinner yazdı
    * 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.
    0f7b0b39
abstract.h 39.7 KB