mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
(Merge 3.4) Issue #23209: Revert change on selectors, test_selectors failed.
This commit is contained in:
commit
c50a9c1617
1 changed files with 0 additions and 1 deletions
|
@ -256,7 +256,6 @@ class _BaseSelectorImpl(BaseSelector):
|
|||
|
||||
def close(self):
|
||||
self._fd_to_key.clear()
|
||||
self._map = None
|
||||
|
||||
def get_map(self):
|
||||
return self._map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue