Constant python_ast::preprocessor::blockscope::INDENT_STACK_SIZE [] [src]

const INDENT_STACK_SIZE: usize = 100

Limit taken from CPython. They use a fixed size array to cap the indent stack.