]> granicus.if.org Git - python/commit
Add a workaround for a strange bug on win64, when _ctypes is compiled
authorThomas Heller <theller@ctypes.org>
Fri, 31 Aug 2007 13:06:44 +0000 (13:06 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 31 Aug 2007 13:06:44 +0000 (13:06 +0000)
commit674e9389e9fdadd622829f4833367ac3b38475b5
tree571bc2fb76b095b091ffcf0cdab476a20052a02d
parentc5a6a3078b3939beb3d8f592d2e306b6039940ad
Add a workaround for a strange bug on win64, when _ctypes is compiled
with the SDK compiler.  This should fix the failing
Lib\ctypes\test\test_as_parameter.py test.
Lib/ctypes/__init__.py