summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-12 17:56:37 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-10-12 17:56:37 (GMT)
commit97551744640e9fa855ace8b4d667c4e777cc2913 (patch)
treeb611eb878757153cd64db4db791da2068e92878f /Misc
parent0f032a0456da250feb0c1fbff79fd057568184f8 (diff)
parent817905b2393b03e035d2bbfc8d92b7bbeaddb118 (diff)
downloadcpython-97551744640e9fa855ace8b4d667c4e777cc2913.zip
cpython-97551744640e9fa855ace8b4d667c4e777cc2913.tar.gz
cpython-97551744640e9fa855ace8b4d667c4e777cc2913.tar.bz2
Merge: #13096: Fix segfault in CTypes POINTER handling of large values.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a532605..806e029 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -174,6 +174,9 @@ Core and Builtins
Library
-------
+- Issue #13096: Fixed segfault in CTypes POINTER handling of large
+ values.
+
- Issue #11694: Raise ConversionError in xdrlib as documented. Patch
by Filip GruszczyƄski and Claudiu Popa.