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