commit | 8e9e4d8f95d07b5542d67da0bad9cdac2e88662a | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Tue Dec 18 19:00:59 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Tue Dec 18 19:00:59 2007 +0000 |
tree | 8e259ae20311c869ba473c6598d9dd2131e53288 | |
parent | 52550e593d7c36121aaef766da0bf9ba79927276 [diff] [blame] |
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
diff --git a/Misc/NEWS b/Misc/NEWS index c87c3c8..0b24d7f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Library ------- +- Issue #1642: Fix segfault in ctypes when trying to delete attributes. + - os.access now returns True on Windows for any existing directory. - Issue #1531: tarfile.py: Read fileobj from the current offset, do not