]> granicus.if.org Git - python/commitdiff
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Feb 2015 18:41:01 +0000 (19:41 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Feb 2015 18:41:01 +0000 (19:41 +0100)
1  2 
Misc/NEWS
configure
configure.ac

diff --cc Misc/NEWS
index db0d1589c6dce01cb67197074c5d8b6515776e7b,47e325da4be3a60bc22abafa78acaf6d9a8dc380..b497bd5bfe21f0b8f8b7072af360be51c0f24ea7
+++ 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
  
diff --cc configure
Simple merge
diff --cc configure.ac
Simple merge