summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_descr.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-01-06 16:03:43 (GMT)
committerGuido van Rossum <guido@python.org>2003-01-06 16:03:43 (GMT)
commit4f37418d023a4b318eacdb7b5fd63793de113a37 (patch)
treebc32b778576adfc5b5697e75ba2d5b63a63bb08a /Lib/test/test_descr.py
parent38abbf55606da959fe267a5fbac0377b5faf6c29 (diff)
downloadcpython-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.py2
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 ..."