spack/lib
Todd Gamblin b0b882cbb3 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)`
2016-03-27 11:30:09 -07:00
..
spack Speed up directives by skipping debug info in stack traversal. 2016-03-27 11:30:09 -07:00