]> granicus.if.org Git - python/commit
Issue #27809: map_next() uses fast call
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 23 Aug 2016 15:56:06 +0000 (17:56 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 23 Aug 2016 15:56:06 +0000 (17:56 +0200)
commita9ba1ab21b44abea9775b076573f9c69c9e7153a
treed89799b61af7352e4d83dad3011cb9ea85c22e35
parentf42852148103316fbcd98f935d38bda24e5bbbc3
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