(&self)
| 1419 | } |
| 1420 | |
| 1421 | pub fn current_recursion_depth(&self) -> usize { |
| 1422 | self.recursion_depth.get() |
| 1423 | } |
| 1424 | |
| 1425 | /// Stack margin bytes (like _PyOS_STACK_MARGIN_BYTES). |
| 1426 | /// 2048 * sizeof(void*) = 16KB for 64-bit. |
no test coverage detected