summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-12-18 19:00:34 (GMT)
committerThomas Heller <theller@ctypes.org>2007-12-18 19:00:34 (GMT)
commit153038efa4fa1b2e9819703abf22bddf76a62e9f (patch)
tree0585ce11abee572dd91570a124764ae9d84a7cfb /Misc
parenteffde12f5fe41bab9c27269bd77237200d953afd (diff)
downloadcpython-153038efa4fa1b2e9819703abf22bddf76a62e9f.zip
cpython-153038efa4fa1b2e9819703abf22bddf76a62e9f.tar.gz
cpython-153038efa4fa1b2e9819703abf22bddf76a62e9f.tar.bz2
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a45ac11..1599ade 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -325,6 +325,8 @@ Core and builtins
Library
-------
+- Issue #1642: Fix segfault in ctypes when trying to delete attributes.
+
- Issue #1727780: Support loading pickles of random.Random objects created
on 32-bit systems on 64-bit systems, and vice versa. As a consequence
of the change, Random pickles created by Python 2.6 cannot be loaded