Author: Matti Picus <[email protected]>
Branch: py3.5
Changeset: r94466:f785459b8198
Date: 2018-05-03 19:04 +0300
http://bitbucket.org/pypy/pypy/changeset/f785459b8198/

Log:    Backed out changeset: fff10263dfb0, _cppyy does not translate

diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -39,7 +39,7 @@
     "thread", "itertools", "pyexpat", "cpyext", "array",
     "binascii", "_multiprocessing", '_warnings', "_collections",
     "_multibytecodec", "_continuation", "_cffi_backend",
-    "_csv", "_pypyjson", "_posixsubprocess", "_cppyy", # "micronumpy",
+    "_csv", "_pypyjson", "_posixsubprocess", # "_cppyy", "micronumpy"
     "_jitlog",
 ])
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to