8000 remove unused attribute · xiaolanpython/cpython@ea8820f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea8820f

Browse files
committed
remove unused attribute
1 parent 29b6fee commit ea8820f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/selectors.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,6 @@ class _PollLikeSelector(_BaseSelectorImpl):
344344
def __init__(self):
345345
super().__init__()
346346
self._poller = self._poller()
347-
self._is_epoll = hasattr(select, "epoll") and \
348-
isinstance(self._poller, select.epoll)
349347

350348
def register(self, fileobj, events, data=None):
351349
key = super().register(fileobj, events, data)

0 commit comments

Comments
 (0)
0