summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 22:07:29 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 22:07:29 +0000
commit50cecac10f62b64819b4d39fcbf2ecf03dfc3a95 (patch)
tree5a13510a9142d434f8c253109035897bbf3819ab /Misc/NEWS
parentf99ed95a006f037bab18738c819b551d4abf0cd2 (diff)
parentf42342d83e2d565b704b84954c3d9c4604d584f0 (diff)
downloadcpython-50cecac10f62b64819b4d39fcbf2ecf03dfc3a95.tar.gz
Issue #25659: Merge ctypes fix from 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 18233b7182..6ea37bb2c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #25659: In ctypes, prevent a crash calling the from_buffer() and
+ from_buffer_copy() methods on abstract classes like Array.
+
- Issue #19717: Makes Path.resolve() succeed on paths that do not exist.
Patch by Vajrasky Kok