Author: Manuel Jacob <[email protected]>
Branch: py3.3
Changeset: r78591:b8d4cf2a1100
Date: 2015-07-17 20:52 +0200
http://bitbucket.org/pypy/pypy/changeset/b8d4cf2a1100/

Log:    Back out changeset 78b221682191.

diff --git a/pypy/interpreter/mixedmodule.py b/pypy/interpreter/mixedmodule.py
--- a/pypy/interpreter/mixedmodule.py
+++ b/pypy/interpreter/mixedmodule.py
@@ -193,8 +193,6 @@
                         # clarity
                         raise etype, evalue, etb
             else:
-                if value is None:
-                    return value
                 #print spec, "->", value
                 if hasattr(value, 'func_code'):  # semi-evil
                     return space.wrap(gateway.interp2app(value))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to