]> 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:34 +0000 (19:00 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 18 Dec 2007 19:00:34 +0000 (19:00 +0000)
commit153038efa4fa1b2e9819703abf22bddf76a62e9f
tree0585ce11abee572dd91570a124764ae9d84a7cfb
parenteffde12f5fe41bab9c27269bd77237200d953afd
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