From 8adaec56714c0ca902862d8b6279e1e3c969d664 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Fri, 13 Nov 2015 22:17:08 +0000 Subject: [PATCH] Issue #25498: Add NEWS entry for 3.6 --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 96c40b3765..ce8aea1821 100644 --- 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 '\*\*'. -- 2.40.0