SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 49 Python

PyFile_WriteObject() now uses fast call

Issue #27128: PyFile_WriteObject() now calls _PyObject_FastCall() to avoid the
creation of a temporary tuple.
V
Victor Stinner committed
9def0901e23c6d655f28b7e5711874033b5ff5bd
Parent: 7521069