mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #23209: Break some reference cycles in asyncio. Patch written by Martin
Richard.
This commit is contained in:
parent
70db9e428a
commit
587feb19e8
3 changed files with 3 additions and 1 deletions
|
@ -256,6 +256,7 @@ 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