import_name() now uses fast call
Issue #27128: import_name() now calls _PyObject_FastCall() to avoid the creation of a temporary tuple.
V
Victor Stinner committed
df142fdc4bfc3816ad36b82a65e335757e011991
Parent: 9def090
Issue #27128: import_name() now calls _PyObject_FastCall() to avoid the creation of a temporary tuple.