[pypy-commit] pypy fastjson: do the clenaup

antocuni noreply at buildbot.pypy.org
Sat Jun 29 11:57:05 CEST 2013


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: fastjson
Changeset: r65090:ea82529ba24a
Date: 2013-06-29 11:49 +0200
http://bitbucket.org/pypy/pypy/changeset/ea82529ba24a/

Log:	do the clenaup

diff --git a/pypy/module/_fastjson/test/test__fastjson.py b/pypy/module/_fastjson/test/test__fastjson.py
--- a/pypy/module/_fastjson/test/test__fastjson.py
+++ b/pypy/module/_fastjson/test/test__fastjson.py
@@ -9,6 +9,7 @@
     assert dec.skip_whitespace(0) == 3
     assert dec.skip_whitespace(3) == 3
     assert dec.skip_whitespace(8) == len(s)
+    dec.close()
 
     
 


More information about the pypy-commit mailing list