diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-20 17:38:21 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-20 17:38:21 (GMT) |
commit | b1973c252c2eec757eaa067afaf593c2cc5ea8db (patch) | |
tree | ed78f6f23d427c0dd0ee589c308d1b5cbb297a77 /Misc | |
parent | ec67d187ee9a86aaf1108643832f69ad3bc0e369 (diff) | |
download | cpython-b1973c252c2eec757eaa067afaf593c2cc5ea8db.zip cpython-b1973c252c2eec757eaa067afaf593c2cc5ea8db.tar.gz cpython-b1973c252c2eec757eaa067afaf593c2cc5ea8db.tar.bz2 |
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
RuntimeError exception. Patch by Christian Schubert.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1097,6 +1097,7 @@ Arvin Schnell Scott Schram Robin Schreiber Chad J. Schroeder +Christian Schubert Sam Schulenburg Stefan Schwarzer Dietmar Schwertberger @@ -66,6 +66,9 @@ Core and Builtins 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. |