]> granicus.if.org Git - python/commit
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
authorThomas Heller <theller@ctypes.org>
Tue, 18 Dec 2007 19:00:59 +0000 (19:00 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 18 Dec 2007 19:00:59 +0000 (19:00 +0000)
commit8e9e4d8f95d07b5542d67da0bad9cdac2e88662a
tree8e259ae20311c869ba473c6598d9dd2131e53288
parent52550e593d7c36121aaef766da0bf9ba79927276
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Lib/ctypes/test/test_delattr.py [new file with mode: 0644]
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c