Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r54994:84c9def63fc4
Date: 2012-05-09 20:36 +0200
http://bitbucket.org/pypy/pypy/changeset/84c9def63fc4/

Log:    More messy than it looks :-( Will try another approach not
        involving using RWeakKeyDictionary at all...

diff --git a/pypy/rlib/test/test_rweakkeydict.py 
b/pypy/rlib/test/test_rweakkeydict.py
--- a/pypy/rlib/test/test_rweakkeydict.py
+++ b/pypy/rlib/test/test_rweakkeydict.py
@@ -138,6 +138,7 @@
 
 
 def test_rpython_free_values():
+    import py; py.test.skip("XXX not implemented, messy")
     class VXDel:
         def __del__(self):
             state.freed.append(1)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to