From: Martin Panter Date: Fri, 13 Nov 2015 22:12:12 +0000 (+0000) Subject: Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 X-Git-Tag: v3.5.1rc1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0da4ac1f21d84bf147353122db2510b90a99d316;p=python Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 --- 0da4ac1f21d84bf147353122db2510b90a99d316 diff --cc Misc/NEWS index 41ae899ad7,aacd51ea07..c766615d74 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -67,12 -103,10 +67,16 @@@ Core and Builtin Library ------- + - Issue #25498: Fix a crash when garbage-collecting ctypes objects created - by wrapping a memoryview. This was a regression made in 3.4.3. Based ++ 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 '\*\*'. + +- Issue #25446: Fix regression in smtplib's AUTH LOGIN support. + - Issue #18010: Fix the pydoc web server's module search function to handle exceptions from importing packages.