diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:07:29 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:07:29 (GMT) |
commit | 04b35753f7a6bcf50f4a3676aca54cc961b93c83 (patch) | |
tree | 6763a6dba12b8c9555d2120d749f4c1d39075e0c /Misc/NEWS | |
parent | e45df0a6dada198123264acc513ce471d681751d (diff) | |
parent | 6e723d2d11c9a154c301a231788981a9b087aec5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |