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 mark.dickinson
Recipients gregory.p.smith, mark.dickinson, rhettinger, twouters
Date 2017-03-30.07:46:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490859995.0.0.716566315506.issue29942@psf.upfronthosting.co.za>
In-reply-to
Content
> I would have guessed that the C compiler would have automatically removed the tail recursion

I think it probably does, unless optimisation is turned off: I'm unable to reproduce except in debug builds of Python.
History
Date User Action Args
2017-03-30 07:46:35mark.dickinsonsetrecipients: + mark.dickinson, twouters, rhettinger, gregory.p.smith
2017-03-30 07:46:35mark.dickinsonsetmessageid: <1490859995.0.0.716566315506.issue29942@psf.upfronthosting.co.za>
2017-03-30 07:46:34mark.dickinsonlinkissue29942 messages
2017-03-30 07:46:34mark.dickinsoncreate