changeset: 99114:08c56962c24c user: Martin Panter date: Fri Nov 13 22:17:08 2015 +0000 files: Misc/NEWS description: Issue #25498: Add NEWS entry for 3.6 diff -r f3dba13c22e5 -r 08c56962c24c Misc/NEWS --- a/Misc/NEWS Fri Nov 13 22:14:53 2015 +0000 +++ b/Misc/NEWS Fri Nov 13 22:17:08 2015 +0000 @@ -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 '\*\*'.