[pypy-svn] pypy jitypes2: fix the hopefully last "leak"

antocuni commits-noreply at bitbucket.org
Fri Jan 7 10:10:59 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r40438:09e2f7aaea07
Date: 2011-01-07 10:10 +0100
http://bitbucket.org/pypy/pypy/changeset/09e2f7aaea07/

Log:	fix the hopefully last "leak"

diff --git a/pypy/module/test_lib_pypy/ctypes_tests/support.py b/pypy/module/test_lib_pypy/ctypes_tests/support.py
--- a/pypy/module/test_lib_pypy/ctypes_tests/support.py
+++ b/pypy/module/test_lib_pypy/ctypes_tests/support.py
@@ -43,6 +43,7 @@
         del_funcptr_refs_maybe(mod, 'dll')
         del_funcptr_refs_maybe(mod, 'lib')
         del_funcptr_refs_maybe(mod, 'testdll')
+        del_funcptr_refs_maybe(mod, 'ctdll')
         del_funcptr_refs_maybe(cls, '_dll')
         #
         if hasattr(cls, 'old_num'):


More information about the Pypy-commit mailing list