From: Christian Heimes Date: Tue, 4 Feb 2014 23:29:48 +0000 (+0100) Subject: Issue #20515: Fix NULL pointer dereference introduced by issue #20368 X-Git-Tag: v3.4.0rc1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25ff287dd7a8ed43b99433796f2d1dcf78efa878;p=thirdparty%2FPython%2Fcpython.git Issue #20515: Fix NULL pointer dereference introduced by issue #20368 CID 1167595 --- 25ff287dd7a8ed43b99433796f2d1dcf78efa878 diff --cc Misc/NEWS index 0bf92fd62952,85321dd729fd..594b9472cca1 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -24,11 -45,10 +24,13 @@@ Core and Builtin Library ------- + - Issue #20515: Fix NULL pointer dereference introduced by issue #20368. + - Issue #19186: Restore namespacing of expat symbols inside the pyexpat module. +- Issue #20053: ensurepip (and hence venv) are no longer affected by the + settings in the default pip configuration file. + - Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.