[pypy-commit] pypy default: try to fix ctypes_tests on win32

bdkearns noreply at buildbot.pypy.org
Mon Mar 4 04:23:55 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r61986:4f5bb04f69ac
Date: 2013-03-03 22:23 -0500
http://bitbucket.org/pypy/pypy/changeset/4f5bb04f69ac/

Log:	try to fix ctypes_tests on win32

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
@@ -44,6 +44,7 @@
         del_funcptr_refs_maybe(mod, 'dll2')
         del_funcptr_refs_maybe(mod, 'lib')
         del_funcptr_refs_maybe(mod, 'testdll')
+        del_funcptr_refs_maybe(mod, 'windll')
         del_funcptr_refs_maybe(mod, 'ctdll')
         del_funcptr_refs_maybe(cls, '_dll')
         #


More information about the pypy-commit mailing list