2.6 return_stmt bug

This commit is contained in:
rocky
2016-07-01 06:46:47 -04:00
parent 44c03ff7c7
commit fa6ae76a64
4 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# 2.6.9 asynchat.py
# 2.6 added:
# return_stmt ::= ret_expr RETURN_END_IF come_from_pop
def initiate_send(self):
while self:
if self:
x = 'a'
else:
del self.producer_fifo[0]
return