From: Guido van Rossum Date: Mon, 6 Jan 2003 16:03:43 +0000 (+0000) Subject: Disable the rexec test now that rexec is out of grace. X-Git-Tag: v2.3c1~2565 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f37418d023a4b318eacdb7b5fd63793de113a37;p=python 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 8d36fd5b39..ce9262d4f3 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 ..."