]> granicus.if.org Git - python/commit
Fix a buggy test. str8 objects contained NUL-terminated strings,
authorThomas Heller <theller@ctypes.org>
Fri, 31 Aug 2007 09:54:51 +0000 (09:54 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 31 Aug 2007 09:54:51 +0000 (09:54 +0000)
commit680d7befc0ba4c179a578b2d3e24b43912e2349e
tree9403ffc92845240b9f82f9ebf6886f4036c96989
parent4b49131f2bac48850671ca2aad29dc81b3c228b9
Fix a buggy test.  str8 objects contained NUL-terminated strings,
bytes objects don't.
Lib/ctypes/test/test_memfunctions.py