Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r58754:04108d4a20ed
Date: 2012-10-27 09:44 +0200
http://bitbucket.org/pypy/pypy/changeset/04108d4a20ed/
Log: Attempt to enable _rawffi and _ffi
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/config/pypyoption.py
@@ -38,7 +38,7 @@
))
# Here is the list of modules known to not work yet
-for name in ["_rawffi", "_ffi", "cpyext",
+for name in ["cpyext",
"_hashlib", "_md5",
]:
del working_modules[name]
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit