Files
spack/lib/spack
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
..
2016-03-18 13:42:45 -07:00
2016-03-10 14:59:31 +01:00
2016-03-24 14:49:41 -05:00