From: Neal Norwitz Date: Mon, 13 Jan 2003 19:22:44 +0000 (+0000) Subject: Get the test to pass again by backporting Guido's checkin 1.173: X-Git-Tag: v2.2.3c1~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=343296172ae285fc4f8763d0ac4c919d4a9e0ffc;p=thirdparty%2FPython%2Fcpython.git Get the test to pass again by backporting Guido's checkin 1.173: 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 cf5b5e1fec8c..565d6d9dbac2 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -2158,6 +2158,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 ..."