From c8e43958add3e04fc3efe510967d50b85425ea21 Mon Sep 17 00:00:00 2001 From: Ravi Shankar Date: Mon, 10 Apr 2017 23:09:07 +0530 Subject: [PATCH] Disable bytecode generation in mach --- mach | 1 + 1 file changed, 1 insertion(+) diff --git a/mach b/mach index 6918ed786af..c328f6b08fa 100755 --- a/mach +++ b/mach @@ -25,6 +25,7 @@ def main(args): if __name__ == '__main__': + sys.dont_write_bytecode = True if sys.platform == 'win32': # This is a complete hack to work around the fact that Windows # multiprocessing needs to import the original module (ie: this