From 343296172ae285fc4f8763d0ac4c919d4a9e0ffc Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 13 Jan 2003 19:22:44 +0000 Subject: [PATCH] Get the test to pass again by backporting Guido's checkin 1.173: Disable the rexec test now that rexec is out of grace. --- Lib/test/test_descr.py | 2 ++ 1 file changed, 2 insertions(+) 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 ..." -- 2.47.3