From: Antoine Pitrou Date: Wed, 11 Feb 2015 18:41:01 +0000 (+0100) Subject: Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting... X-Git-Tag: v3.5.0a2~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b62bbf2e5bbaa392a79eb69c558b41dfe68e745;p=python Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. --- 8b62bbf2e5bbaa392a79eb69c558b41dfe68e745 diff --cc Misc/NEWS index db0d1589c6,47e325da4b..b497bd5bfe --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -22,13 -17,15 +22,19 @@@ Librar - Issue #23361: Fix possible overflow in Windows subprocess creation code. +- logging.handlers.QueueListener now takes a respect_handler_level keyword + argument which, if set to True, will pass messages to handlers taking handler + levels into account. + + Build + ----- + + - Issue #23445: pydebug builds now use "gcc -Og" where possible, to make + the resulting executable faster. + -What's New in Python 3.4.3rc1? -============================== +What's New in Python 3.5 alpha 1? +================================= Release date: 2015-02-08