diff options
author | Daniel Birnstiel <Birne94@users.noreply.github.com> | 2017-03-21 13:06:06 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2017-03-21 13:06:06 (GMT) |
commit | d7fa6b259e00fca04dbf816bfcf4115fdda14bb7 (patch) | |
tree | 4a7c2b58e05de9b37bfff31a93459bfd400af6be /Misc | |
parent | fff9a31a91283c39c363af219e595eab7d4da6f7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |