bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. by Yhg1s · Pull Request #912 · python/cpython
…python#889) Fix the use of recursion in itertools.chain.from_iterable. Using recursion is unnecessary, and can easily cause stack overflows, especially when building in low optimization modes or with Py_DEBUG enabled. (cherry picked from commit 5466d4a)
Yhg1s
deleted the
backport-5466d4a-3.5
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters