summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-12-02 07:37:00 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-12-02 07:37:00 (GMT)
commit56379c0d8fc17e717ac1ad73353b5991adae6832 (patch)
treee11ebbb9f1713563f2bf3311d4691aff3689966a /Misc
parent8ca1d5f7624b6304dceb575f334fcab8a17e59b2 (diff)
downloadcpython-56379c0d8fc17e717ac1ad73353b5991adae6832.zip
cpython-56379c0d8fc17e717ac1ad73353b5991adae6832.tar.gz
cpython-56379c0d8fc17e717ac1ad73353b5991adae6832.tar.bz2
Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0960b7..d930f32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h
+
- Issue #16306: Fix multiple error messages when unknown command line
parameters where passed to the interpreter. Patch by Hieu Nguyen.