summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/windows_events.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-02-09 03:44:02 (GMT)
committerGuido van Rossum <guido@python.org>2014-02-09 03:44:02 (GMT)
commit09f08fe2483aaefba367c6b0b4654c3490a32c42 (patch)
tree15a8d842fe033fc4cf9629f7201c605426e8cdef /Lib/asyncio/windows_events.py
parent72318b97f6c02e4cea03947df6e30f2457fb9836 (diff)
downloadcpython-09f08fe2483aaefba367c6b0b4654c3490a32c42.zip
cpython-09f08fe2483aaefba367c6b0b4654c3490a32c42.tar.gz
cpython-09f08fe2483aaefba367c6b0b4654c3490a32c42.tar.bz2
asyncio: Remove more relics of resolution/granularity.
Diffstat (limited to 'Lib/asyncio/windows_events.py')
-rw-r--r--Lib/asyncio/windows_events.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/asyncio/windows_events.py b/Lib/asyncio/windows_events.py
index b8574fa..0a2d981 100644
--- a/Lib/asyncio/windows_events.py
+++ b/Lib/asyncio/windows_events.py
@@ -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