]> granicus.if.org Git - python/commit
Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)
authorThomas Heller <theller@ctypes.org>
Fri, 9 Mar 2007 19:21:28 +0000 (19:21 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 9 Mar 2007 19:21:28 +0000 (19:21 +0000)
commitc2f7725c863e350626d5c27ef56191b7f4104487
tree2afe24e414f4121675b14b3cdbdcb83119428262
parentb7b2b4eecfb3437f9da065251f1a35bf9c43db20
Fix bug #1646630: ctypes.string_at(buf, 0) and ctypes.wstring_at(buf, 0)
returned string up to the first NUL character.
Lib/ctypes/__init__.py
Lib/ctypes/test/test_memfunctions.py
Misc/NEWS
Modules/_ctypes/_ctypes.c