From: Christian Heimes Date: Sun, 2 Dec 2012 07:39:23 +0000 (+0100) Subject: Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h X-Git-Tag: v3.4.0a1~1921 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4569467539faecd43f97e836784e0add567f4bdb;p=python Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h --- 4569467539faecd43f97e836784e0add567f4bdb diff --cc Misc/NEWS index 11a313f6aa,291fb4c1ca..3b38db7a98 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -10,9 -12,8 +10,11 @@@ What's New in Python 3.4.0 Alpha 1 Core and Builtins ----------------- + - Issue #16588: Silence unused-but-set warnings in Python/thread_pthread + +- Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation + failure. + - Issue #16546: Fix: ast.YieldFrom argument is now mandatory. - Issue #16514: Fix regression causing a traceback when sys.path[0] is None