mirror of
https://github.com/python/cpython.git
synced 2026-05-14 00:18:52 -04:00
12c5838dae
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.
Source files for various builtin objects