summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 22:07:29 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 22:07:29 (GMT)
commit04b35753f7a6bcf50f4a3676aca54cc961b93c83 (patch)
tree6763a6dba12b8c9555d2120d749f4c1d39075e0c /Misc/NEWS
parente45df0a6dada198123264acc513ce471d681751d (diff)
parent6e723d2d11c9a154c301a231788981a9b087aec5 (diff)
downloadcpython-04b35753f7a6bcf50f4a3676aca54cc961b93c83.zip
cpython-04b35753f7a6bcf50f4a3676aca54cc961b93c83.tar.gz
cpython-04b35753f7a6bcf50f4a3676aca54cc961b93c83.tar.bz2
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 18233b7..6ea37bb 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