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