jroelofs added a subscriber: jroelofs. jroelofs added a comment. If you don't want *.pyc files, why not set the `PYTHONDONTWRITEBYTECODE` env var, or `sys.dont_write_bytecode = false`, or use `python -B`? Repository: rL LLVM http://reviews.llvm.org/D11330