Ronny Pfannschmidt
Ronny Pfannschmidt
the config dir is under all circumstances always the wrong folder for the cache we should use the cache home as according to the spec, and we should take a...
@bukzor thanks for the clarification and correcting my mistake
@nicoddemus borgbackup for example uses the repository path as extra path component into the per user caches in order to keep things appart
Since the rmtree helper is simple, how about replicating
@graingert the name garbage was replicated from pylib which uses it as indicator of folder names that can be removed even if things fail from the processs that initially tries...
https://github.com/pytest-dev/py/blob/d2a654131d4af0d2c448c56b599e46a2e0725de4/py/_path/local.py#L840-L994
a new hack that plays with virtual global state is neither appropriate nor does it solve the case of using stdlib objects with known behaviour
this is a artifact of using text diff instead of a more semantic deep diff
Importlib based imports are not compatible with multiprocess at all
fixing it involves making a import hook multiprocessing remotes to deal with the dissonance