diff options
author | Guido van Rossum <guido@python.org> | 2003-01-06 16:03:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-01-06 16:03:43 (GMT) |
commit | 4f37418d023a4b318eacdb7b5fd63793de113a37 (patch) | |
tree | bc32b778576adfc5b5697e75ba2d5b63a63bb08a /Lib/test/test_descr.py | |
parent | 38abbf55606da959fe267a5fbac0377b5faf6c29 (diff) | |
download | cpython-4f37418d023a4b318eacdb7b5fd63793de113a37.zip cpython-4f37418d023a4b318eacdb7b5fd63793de113a37.tar.gz cpython-4f37418d023a4b318eacdb7b5fd63793de113a37.tar.bz2 |
Disable the rexec test now that rexec is out of grace.
Diffstat (limited to 'Lib/test/test_descr.py')
-rw-r--r-- | Lib/test/test_descr.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ def keywords(): "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 ..." |