TimeSquirrel@kbin.melroy.org to Programmer Humor@lemmy.ml · 13 days agoRecursionlemmy.mlimagemessage-square13linkfedilinkarrow-up130file-text
arrow-up130imageRecursionlemmy.mlTimeSquirrel@kbin.melroy.org to Programmer Humor@lemmy.ml · 13 days agomessage-square13linkfedilinkfile-text
minus-squareAlbbi@lemmy.calinkfedilinkarrow-up3·13 days agoIt’s ok, the stack overflow is the exit condition.
minus-squareHiddenLayer555@lemmy.mllinkfedilinkEnglisharrow-up1·13 days ago File "<python-input-0>", line 2, in a a() ~^^ [Previous line repeated 988 more times] RecursionError: maximum recursion depth exceeded
minus-squareNighed@feddit.uklinkfedilinkEnglisharrow-up2·11 days agoI did try that once, you can’t catch stack overflow errors in .net at least. Too fundamentally broken.
It’s ok, the stack overflow is the exit condition.
deleted by creator
I did try that once, you can’t catch stack overflow errors in .net at least. Too fundamentally broken.