[libvirt] [sandbox PATCH v4 05/21] Image: Discard caching bytecode

Daniel P. Berrange berrange at redhat.com
Fri Sep 4 10:05:11 UTC 2015


On Fri, Aug 28, 2015 at 01:47:33PM +0000, Eren Yagdiran wrote:
> ---
>  virt-sandbox-image/virt-sandbox-image.py | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/virt-sandbox-image/virt-sandbox-image.py b/virt-sandbox-image/virt-sandbox-image.py
> index 55aea6a..9e98bf2 100755
> --- a/virt-sandbox-image/virt-sandbox-image.py
> +++ b/virt-sandbox-image/virt-sandbox-image.py
> @@ -40,6 +40,8 @@ default_unprivileged_storage_dir = default_unprivileged_template_dir + "/storage
>  debug = False
>  verbose = False
>  
> +sys.dont_write_byte_code = True
> +

As I've said before, do *not* do this.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list