summaryrefslogtreecommitdiff
path: root/sys/src/cmd/python
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-05-10 05:33:43 +0000
committercinap_lenrek <cinap_lenrek@localhost>2011-05-10 05:33:43 +0000
commit3a78a07143fc793923e9f965820d97f4b3de6ec4 (patch)
tree0d1ca3ed0ac24e05000ed971f19caaa77f841c70 /sys/src/cmd/python
parentb73e068bfeff7337bf593fa5b2d2858c89f5f13e (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.c2
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);
}