Remove stale comment.

This commit is contained in:
Ben Darnell 2015-09-15 09:27:26 -04:00
parent addabd5190
commit 9091c9c1de
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ class Future(object):
""")) """))
else: else:
# Py2-compatible version for use with cython. # Py2-compatible version for use with cython.
# Late import of gen.Return to avoid cycles.
def __await__(self): def __await__(self):
result = yield self result = yield self
# StopIteration doesn't take args before py33, # StopIteration doesn't take args before py33,