[pypy-commit] pypy py3k: file is dead, kill

pjenvey noreply at buildbot.pypy.org
Sun Apr 28 04:09:49 CEST 2013


Author: Philip Jenvey <pjenvey at underboss.org>
Branch: py3k
Changeset: r63714:429037cfae60
Date: 2013-04-27 19:09 -0700
http://bitbucket.org/pypy/pypy/changeset/429037cfae60/

Log:	file is dead, kill

diff --git a/pypy/objspace/std/test/test_proxy_internals.py b/pypy/objspace/std/test/test_proxy_internals.py
--- a/pypy/objspace/std/test/test_proxy_internals.py
+++ b/pypy/objspace/std/test/test_proxy_internals.py
@@ -148,11 +148,3 @@
             pass
         lst = tproxy(A, f)
         assert get_tproxy_controller(lst) is f
-
-    def test_proxy_file(self):
-        from __pypy__ import tproxy
-
-        def f(name, *args, **kwds):
-            pass
-
-        t = tproxy(file, f)


More information about the pypy-commit mailing list