From: Christian Heimes Date: Sun, 2 Dec 2012 07:38:42 +0000 (+0100) Subject: Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h X-Git-Tag: v3.3.1rc1~577 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17485bf6f93034003555456810cdaaae6eac6eee;p=thirdparty%2FPython%2Fcpython.git Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h --- 17485bf6f93034003555456810cdaaae6eac6eee diff --cc Misc/NEWS index 794365115b36,d930f3215449..291fb4c1ca23 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -12,10 -10,7 +12,12 @@@ What's New in Python 3.3.1 Core and Builtins ----------------- -- Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h ++- Issue #16588: Silence unused-but-set warnings in Python/thread_pthread ++ +- Issue #16546: Fix: ast.YieldFrom argument is now mandatory. + +- Issue #16514: Fix regression causing a traceback when sys.path[0] is None + (actually, any non-string or non-bytes type). - Issue #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.