Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output
authorThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 17:07:55 +0000 (17:07 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 17:07:55 +0000 (17:07 +0000)
commit6f4155d1de834563f8fd6f34575c4321c4252900
tree76fd5e9d42f7030b8a35add68f0d0c499a896a48
parent78d59d65c77cc77e4a5f48c866fd82d7557c8986
Fix for SF# 1701409: segfault in c_char_p of ctypes.  The repr output
of c_char_p and c_wchar_p has changed as a sideeffect.
Lib/ctypes/__init__.py
Misc/NEWS