Improve recursion-depth checking a bit
Main difference is lowering the recursion-depth on unoptimized builds, since we need more stack space per python frame.
Showing
Please register or sign in to comment
Main difference is lowering the recursion-depth on unoptimized builds, since we need more stack space per python frame.