]> granicus.if.org Git - python/commitdiff
Issue #25498: Add NEWS entry for 3.6
authorMartin Panter <vadmium+py@gmail.com>
Fri, 13 Nov 2015 22:17:08 +0000 (22:17 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 13 Nov 2015 22:17:08 +0000 (22:17 +0000)
Misc/NEWS

index 96c40b37651f34ebeb88e242fa434c05fdfc280b..ce8aea182170926581f6ad8d1da5b36859260cb9 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -85,6 +85,10 @@ Core and Builtins
 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 '\*\*'.