]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
import_name() now uses fast call
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 22:44:42 +0000 (00:44 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 22:44:42 +0000 (00:44 +0200)
commitdf142fdc4bfc3816ad36b82a65e335757e011991
tree2b544f6f8e029583f9248391ef8f39ac41ca7aea
parent9def0901e23c6d655f28b7e5711874033b5ff5bd
import_name() now uses fast call

Issue #27128: import_name() now calls _PyObject_FastCall() to avoid the
creation of a temporary tuple.
Python/ceval.c