import_name() now uses fast call
Issue #27128: import_name() now calls _PyObject_FastCall() to avoid the creation of a temporary tuple.
Showing
Please register or sign in to comment
Issue #27128: import_name() now calls _PyObject_FastCall() to avoid the creation of a temporary tuple.