Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f07717c

Browse files
committed
Merge 3.4
2 parents 5b511a0 + 14d45c0 commit f07717c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/test_selectors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ def test_selector(self):
323323
@unittest.skipIf(sys.platform == 'win32',
324324
'select.select() cannot be used with empty fd sets')
325325
def test_empty_select(self):
326+
# Issue #23009: Make sure EpollSelector.select() works when no FD is
327+
# registered.
326328
s = self.SELECTOR()
327329
self.addCleanup(s.close)
328330
self.assertEqual(s.select(timeout=0), [])

0 commit comments

Comments
 (0)