futurize stage2 core

This commit is contained in:
Simon Forman
2020-04-23 23:33:23 -07:00
parent e758d7d2be
commit 29d510eb46
5 changed files with 19 additions and 11 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
from builtins import str
from joy.parser import Symbol
@@ -10,7 +11,7 @@ def _names():
class InfiniteStack(tuple):
names = _names().next
names = _names().__next__
def __iter__(self):
if not self: