-
- Downloads
Speed up directives by skipping debug info in stack traversal.
- `caller_locals()` doesn't need debug info, only frame locals. - `get_calling_module()` doesn't either. - Changed calls to `inspect.stack()` -> `inspect.stack(0)`
Please register or sign in to comment