We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd3d16 commit a7eaf94Copy full SHA for a7eaf94
.travis.yml
@@ -5,6 +5,7 @@ python:
5
- "3.4"
6
- "3.5"
7
- "3.6"
8
+ - "3.7"
9
10
matrix:
11
include:
pyre/pyre.py
@@ -223,7 +223,6 @@ def recent_events(self):
223
"""Iterator that yields recent `PyreEvent`s"""
224
while self.socket().get(zmq.EVENTS) & zmq.POLLIN:
225
yield PyreEvent(self)
226
- raise StopIteration()
227
228
def events(self):
229
"""Iterator that yields `PyreEvent`s indefinitely"""
0 commit comments