mirror of
https://github.com/python/cpython.git
synced 2026-05-21 11:54:48 -04:00
84b2bed435
-- replace then with slightly faster PyObject_Call(o,a,NULL). (The difference is that the latter requires a to be a tuple; the former allows other values and wraps them in a tuple if necessary; it involves two more levels of C function calls to accomplish all that.)