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 serhiy.storchaka
Recipients python-dev, serhiy.storchaka, vstinner
Date 2016-12-04.22:49:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480891770.48.0.954492206729.issue28858@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks Victor.

Following script includes several examples of achieving a stack overflow (most are real world examples or can be used in real world examples). It measures maximal deep for every type of recursion.
History
Date User Action Args
2016-12-04 22:49:30serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, python-dev
2016-12-04 22:49:30serhiy.storchakasetmessageid: <1480891770.48.0.954492206729.issue28858@psf.upfronthosting.co.za>
2016-12-04 22:49:30serhiy.storchakalinkissue28858 messages
2016-12-04 22:49:30serhiy.storchakacreate