diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 05:33:43 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-05-10 05:33:43 +0000 |
commit | 3a78a07143fc793923e9f965820d97f4b3de6ec4 (patch) | |
tree | 0d1ca3ed0ac24e05000ed971f19caaa77f841c70 /sys/src/cmd/python | |
parent | b73e068bfeff7337bf593fa5b2d2858c89f5f13e (diff) |
ape: fix fread/fwrite, python: disable bytecode dumps, inst: rename textonly to start and remove inst/gui, add sys/lib/rootbind, cisfd(8) manpage
Diffstat (limited to 'sys/src/cmd/python')
-rw-r--r-- | sys/src/cmd/python/Python/import.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/python/Python/import.c b/sys/src/cmd/python/Python/import.c index 291e63dc7..5dfe52086 100644 --- a/sys/src/cmd/python/Python/import.c +++ b/sys/src/cmd/python/Python/import.c @@ -947,6 +947,8 @@ load_source_module(char *name, char *pathname, FILE *fp) if (Py_VerboseFlag) PySys_WriteStderr("import %s # from %s\n", name, pathname); + + if(0) /* disabled this for now -- cinap */ if (cpathname) write_compiled_module(co, cpathname, mtime); } |