]> granicus.if.org Git - python/commit
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Aug 2013 17:38:21 +0000 (20:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Aug 2013 17:38:21 +0000 (20:38 +0300)
commitc360389453d50ff3fdebea052a0f436be41cc8c4
tree4dfecb7436e70694c8c5db56675304242042794d
parenta9885e93eeecf799893dcfed59146f98859031f1
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
RuntimeError exception.  Patch by Christian Schubert.
Lib/test/test_poll.py
Misc/ACKS
Misc/NEWS
Modules/selectmodule.c