]> granicus.if.org Git - python/commit
Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output
authorThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 17:12:23 +0000 (17:12 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 13 Jul 2007 17:12:23 +0000 (17:12 +0000)
commitfa704c6adef703271844349bad94fbf7d09143d9
tree89f2d504b9c3a9a5f852e3808a871ee1f2539b63
parentad0cfe3dd7df3b58486e51ab881ddfe1d71d90ba
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