]> granicus.if.org Git - python/commit
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
authorThomas Heller <theller@ctypes.org>
Tue, 19 Aug 2008 17:17:37 +0000 (17:17 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 19 Aug 2008 17:17:37 +0000 (17:17 +0000)
commit275e229ee2e95ea906cc6260dc3b5af9f14b15ff
tree14ae82f7390837d84d679986e35cc0f4cc8b67a0
parent22679b869cdbe85b8e01595b660ffca07d22bfa8
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
Misc/NEWS