spack/lib
Todd Gamblin 0a0338ddfa bugfix: ensure all bootstrap context managers are exception-safe
When context managers are used to save and restore values, we need to remember
to use try/finally around the yield in case an exception is thrown.  Otherwise,
the cleanup will be skipped.
2021-08-03 10:07:11 +02:00
..
spack bugfix: ensure all bootstrap context managers are exception-safe 2021-08-03 10:07:11 +02:00