Author: Amaury Forgeot d'Arc <[email protected]>
Branch: kill_ll_termios
Changeset: r75276:c3cfdcd2fb78
Date: 2015-01-09 23:42 +0100
http://bitbucket.org/pypy/pypy/changeset/c3cfdcd2fb78/

Log:    termios.error is not used anymore in RPython

diff --git a/rpython/annotator/classdef.py b/rpython/annotator/classdef.py
--- a/rpython/annotator/classdef.py
+++ b/rpython/annotator/classdef.py
@@ -451,11 +451,3 @@
     pass
 else:
     FORCE_ATTRIBUTES_INTO_CLASSES[WindowsError] = {'winerror': SomeInteger()}
-
-try:
-    import termios
-except ImportError:
-    pass
-else:
-    FORCE_ATTRIBUTES_INTO_CLASSES[termios.error] = \
-        {'args': SomeTuple([SomeInteger(), SomeString()])}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to