[pypy-commit] pypy py3.6-sandbox-2: Remove these two modules after all

arigo pypy.commits at gmail.com
Sat Aug 24 09:26:58 EDT 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: py3.6-sandbox-2
Changeset: r97254:e0a4fa746e3f
Date: 2019-08-24 15:26 +0200
http://bitbucket.org/pypy/pypy/changeset/e0a4fa746e3f/

Log:	Remove these two modules after all

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -47,7 +47,7 @@
 # --sandbox
 sandbox_modules = default_modules.copy()
 sandbox_modules.update([
-    "array", "binascii", "_socket", "select",
+    "array", "binascii",
 ])
 
 import rpython.rlib.rvmprof.cintf


More information about the pypy-commit mailing list