]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix some ctypes test crashes, when running with a debug Python
authorThomas Heller <theller@ctypes.org>
Fri, 4 May 2007 07:14:39 +0000 (07:14 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 4 May 2007 07:14:39 +0000 (07:14 +0000)
commit0455214f1cb91027175942c65ac60735322b7645
tree527206717a2d801bf22f4aea331a1a5f0bf80c3a
parentc0e984002826217c2035573bf11193d0af516117
Fix some ctypes test crashes, when running with a debug Python
version on win64 by using proper argtypes and restype function
attributes.
Lib/ctypes/test/test_checkretval.py
Lib/ctypes/test/test_python_api.py
Lib/ctypes/test/test_random_things.py