From: Martin Panter Date: Fri, 13 Nov 2015 22:17:08 +0000 (+0000) Subject: Issue #25498: Add NEWS entry for 3.6 X-Git-Tag: v3.6.0a1~1067 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8adaec56714c0ca902862d8b6279e1e3c969d664;p=python Issue #25498: Add NEWS entry for 3.6 --- 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 '\*\*'.