commit | df142fdc4bfc3816ad36b82a65e335757e011991 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Aug 20 00:44:42 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Aug 20 00:44:42 2016 +0200 |
tree | 2b544f6f8e029583f9248391ef8f39ac41ca7aea | |
parent | 9def0901e23c6d655f28b7e5711874033b5ff5bd [diff] |
import_name() now uses fast call Issue #27128: import_name() now calls _PyObject_FastCall() to avoid the creation of a temporary tuple.