]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a test for select.kevent. (#4349)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 9 Nov 2017 17:04:47 +0000 (19:04 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Nov 2017 17:04:47 +0000 (19:04 +0200)
commit15e14538f90cabc87473a489316fdb81af76cfb2
tree8a28440085ae72fefb3e1b43b294cc34a4c9f754
parent2ce1ef54d30606e61e85526861673bac3faef617
Fix a test for select.kevent. (#4349)

select.kevent objects are now comparable with other objects in Python 2.
Lib/test/test_kqueue.py