[pypy-commit] pypy default: More messy than it looks :-( Will try another approach not

arigo noreply at buildbot.pypy.org
Wed May 9 21:21:30 CEST 2012


Author: Armin Rigo <arigo at 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)


More information about the pypy-commit mailing list