]> 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:50:32 +0000 (20:50 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Aug 2013 17:50:32 +0000 (20:50 +0300)
commit5617df1be669ce90333efd6509afd71801c11497
tree08a002dee0331606a9e9ea86fc974ae394d24491
parentedd0de58a8fcef72668dd6f342e7e46300322d87
parentb1973c252c2eec757eaa067afaf593c2cc5ea8db
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