summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDaniel Birnstiel <Birne94@users.noreply.github.com>2017-03-21 13:06:06 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2017-03-21 13:06:06 (GMT)
commitd7fa6b259e00fca04dbf816bfcf4115fdda14bb7 (patch)
tree4a7c2b58e05de9b37bfff31a93459bfd400af6be /Misc
parentfff9a31a91283c39c363af219e595eab7d4da6f7 (diff)
downloadcpython-d7fa6b259e00fca04dbf816bfcf4115fdda14bb7.zip
cpython-d7fa6b259e00fca04dbf816bfcf4115fdda14bb7.tar.gz
cpython-d7fa6b259e00fca04dbf816bfcf4115fdda14bb7.tar.bz2
bpo-29859: Fix error messages from return codes for pthread_* calls (GH-741)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b86e5c9..b17a5e9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.7.0 alpha 1?
Core and Builtins
-----------------
+- bpo-29859: Show correct error messages when any of the pthread_* calls in
+ thread_pthread.h fails.
+
- bpo-29849: Fix a memory leak when an ImportError is raised during from import.
- bpo-28856: Fix an oversight that %b format for bytes should support objects