Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r91325:96d6c8419ada
Date: 2017-05-17 19:19 +0100
http://bitbucket.org/pypy/pypy/changeset/96d6c8419ada/
Log: Disable enablerlcompleter() since it's broken on PyPy (note that
virtualenv's site.py doesn't use it either)
diff --git a/lib-python/3/site.py b/lib-python/3/site.py
--- a/lib-python/3/site.py
+++ b/lib-python/3/site.py
@@ -560,7 +560,8 @@
setquit()
setcopyright()
sethelper()
- enablerlcompleter()
+ # Disabled on PyPy: incompatible with our readline
+ #enablerlcompleter()
aliasmbcs()
execsitecustomize()
if ENABLE_USER_SITE:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit