]> granicus.if.org Git - python/commit
Issue #27809: map_next() uses fast call
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 23 Aug 2016 23:45:13 +0000 (01:45 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 23 Aug 2016 23:45:13 +0000 (01:45 +0200)
commitcdb5cee9804a1cdc491c18118a92c4592218a894
tree48e6e9355b37ab1f0defb8b5ff38d7d3ba33b77f
parentdd69564c38de21f2ede269c55fce6db24bb27941
Issue #27809: map_next() uses fast call

Use a small stack allocated in the C stack for up to 5 iterator functions,
otherwise allocates a stack on the heap memory.
Python/bltinmodule.c