commit | c360389453d50ff3fdebea052a0f436be41cc8c4 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Aug 20 20:38:21 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue Aug 20 20:38:21 2013 +0300 |
tree | 4dfecb7436e70694c8c5db56675304242042794d | |
parent | a9885e93eeecf799893dcfed59146f98859031f1 [diff] [blame] |
Issue #8865: Concurrent invocation of select.poll.poll() now raises a RuntimeError exception. Patch by Christian Schubert.
diff --git a/Misc/NEWS b/Misc/NEWS index 9ee4cfe..4c39da3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #8865: Concurrent invocation of select.poll.poll() now raises a + RuntimeError exception. Patch by Christian Schubert. + - Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. Patch by Yogesh Chaudhari.