google / subpar

Subpar is a utility for creating self-contained python executables. It is designed to work well with Bazel.
Apache License 2.0
566 stars 69 forks source link

Add no_remove flag #84

Open q3k opened 6 years ago

q3k commented 6 years ago

This change adds a no_remove flag. Its purpose is to let users disable the atexit handler that removes the extracted archive when running a zip_safe=False parfile.

There's at least two scenarios when this is useful:

Of course, the flag will cause disk space to get used, and the user needs to be aware of that.

q3k commented 6 years ago

@duggelz PTAL

q3k commented 5 years ago

cc @dkelmer @tmc