]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reuse()...
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 9 Dec 2013 00:57:14 +0000 (01:57 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 9 Dec 2013 00:57:14 +0000 (01:57 +0100)
commit1adc2371b8117dd86fa4a9dbe1425e6c11fffbc4
treefcb872d45d6f80789c26dcf329651a296cc907b8
parent031bd532c48cf20a9cbf438bdae75dde49e36c51
Issue #19876: Run also test_selectors.test_unregister_after_fd_close_and_reuse() on Windows

os.dup2() is available on Windows.
Lib/test/test_selectors.py