Author: Brian Kearns <[email protected]>
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')
#
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit