This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author twouters
Recipients gregory.p.smith, mark.dickinson, rhettinger, serhiy.storchaka, twouters
Date 2017-03-30.19:48:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490903306.1.0.735656444782.issue29942@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 599bb181036f724629a515317f0f39520950d51c by T. Wouters in branch '3.6':
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#911)
https://github.com/python/cpython/commit/599bb181036f724629a515317f0f39520950d51c
History
Date User Action Args
2017-03-30 19:48:26twouterssetrecipients: + twouters, rhettinger, gregory.p.smith, mark.dickinson, serhiy.storchaka
2017-03-30 19:48:26twouterssetmessageid: <1490903306.1.0.735656444782.issue29942@psf.upfronthosting.co.za>
2017-03-30 19:48:26twouterslinkissue29942 messages
2017-03-30 19:48:25twouterscreate