commit | 4f37418d023a4b318eacdb7b5fd63793de113a37 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 06 16:03:43 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 06 16:03:43 2003 +0000 |
tree | bc32b778576adfc5b5697e75ba2d5b63a63bb08a | |
parent | 38abbf55606da959fe267a5fbac0377b5faf6c29 [diff] |
Disable the rexec test now that rexec is out of grace.
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 8d36fd5..ce9262d 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py
@@ -2374,6 +2374,8 @@ "argument to %r" % constructor) def restricted(): + # XXX This test is disabled because rexec is not deemed safe + return import rexec if verbose: print "Testing interaction with restricted execution ..."