mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +00:00
asyncio: Remove more relics of resolution/granularity.
This commit is contained in:
parent
72318b97f6
commit
09f08fe248
2 changed files with 0 additions and 6 deletions
|
@ -191,7 +191,6 @@ class IocpProactor:
|
|||
self._cache = {}
|
||||
self._registered = weakref.WeakSet()
|
||||
self._stopped_serving = weakref.WeakSet()
|
||||
self.resolution = 1e-3
|
||||
|
||||
def set_loop(self, loop):
|
||||
self._loop = loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue