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 8d36fd5..ce9262d 100644
--- a/Lib/test/test_descr.py
+++ b/Lib/test/test_descr.py
@@ -2374,6 +2374,8 @@
                              "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 ..."