spack/lib/spack
Todd Gamblin e65b7f8ebf
importing: make importlib_importer recognize .pyc cache (#13239)
Our importer was always parsing from source (which is considerably
slower) because the source size recorded in the .pyc file differed from
the size of the input file.

Override path_stats in the prepending importer to fool it into thinking
that the source size is the size *with* the prepended code.
2019-10-16 17:07:18 -07:00
..
docs Bugfix: stage directory permissions and cleaning (#12733) 2019-10-16 14:55:37 -07:00
env targets: Spack targets can now be fine-grained microarchitectures 2019-09-20 00:51:37 -07:00
external External: add macholib and altgraph needed to relocate Mach-o binaries on Linux (#12909) 2019-09-26 11:48:22 -05:00
llnl filter_file: fix multiple invocations on the same file (#13234) 2019-10-16 15:15:24 -07:00
spack importing: make importlib_importer recognize .pyc cache (#13239) 2019-10-16 17:07:18 -07:00