[Python-checkins] cpython: Issue #25498: Add NEWS entry for 3.6

martin.panter python-checkins at python.org
Fri Nov 13 17:20:13 EST 2015


https://hg.python.org/cpython/rev/08c56962c24c
changeset:   99114:08c56962c24c
user:        Martin Panter <vadmium+py at gmail.com>
date:        Fri Nov 13 22:17:08 2015 +0000
summary:
  Issue #25498: Add NEWS entry for 3.6

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -85,6 +85,10 @@
 Library
 -------
 
+- Issue #25498: Fix a crash when garbage-collecting ctypes objects created
+  by wrapping a memoryview.  This was a regression made in 3.5a1.  Based
+  on patch by Eryksun.
+
 - Issue #25584: Added "escape" to the __all__ list in the glob module.
 
 - Issue #25584: Fixed recursive glob() with patterns starting with '\*\*'.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list