SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 46 Python

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