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 Wheerd, benjamin.peterson, brett.cannon, eryksun, jkloth, ncoghlan, paul.moore, pitrou, scoder, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, vstinner, yselivanov, zach.ware
Date 2017-08-08.05:09:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502168970.96.0.0761159687148.issue31113@psf.upfronthosting.co.za>
In-reply-to
Content
> The PR resolved the stack overflow in dfs(), however it now fails in the stackdepth() routine (technically, the stackdepth_walk() helper).

Indeed. The compiler crashes for longer sequences on Linux too. I'm trying to rewrite stackdepth_walk() too, but it is much harder.
History
Date User Action Args
2017-08-08 05:09:31serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, terry.reedy, paul.moore, ncoghlan, pitrou, scoder, vstinner, tim.golden, benjamin.peterson, jkloth, zach.ware, yselivanov, eryksun, steve.dower, Wheerd
2017-08-08 05:09:30serhiy.storchakasetmessageid: <1502168970.96.0.0761159687148.issue31113@psf.upfronthosting.co.za>
2017-08-08 05:09:30serhiy.storchakalinkissue31113 messages
2017-08-08 05:09:30serhiy.storchakacreate