commit | b1973c252c2eec757eaa067afaf593c2cc5ea8db | [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 | ed78f6f23d427c0dd0ee589c308d1b5cbb297a77 | |
parent | ec67d187ee9a86aaf1108643832f69ad3bc0e369 [diff] |
Issue #8865: Concurrent invocation of select.poll.poll() now raises a RuntimeError exception. Patch by Christian Schubert.