]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
authorThomas Heller <theller@ctypes.org>
Thu, 14 Aug 2008 19:10:48 +0000 (19:10 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 14 Aug 2008 19:10:48 +0000 (19:10 +0000)
commit57adf22f6e61783e15932aa5cdf1a555127a293a
tree4bb8978133952ba1a2d986ba6a4f3bd5686e21ef
parent67d1981c5172e840ac3e2fc3505ce9c3abe5cd63
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
pythonapi calling convention so that the GIL is held and error return
values are checked.
Lib/ctypes/__init__.py
Lib/ctypes/test/test_memfunctions.py
Misc/NEWS