]> granicus.if.org Git - python/commitdiff
Disable the rexec test now that rexec is out of grace.
authorGuido van Rossum <guido@python.org>
Mon, 6 Jan 2003 16:03:43 +0000 (16:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Jan 2003 16:03:43 +0000 (16:03 +0000)
Lib/test/test_descr.py

index 8d36fd5b39a2a901d17d712336233e225360d185..ce9262d4f321fae551f2166ce6d29dc97bfaf55d 100644 (file)
@@ -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 ..."