You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
2.6 return_stmt bug
This commit is contained in:
10
test/simple_source/looping/07_return_end_if.py
Normal file
10
test/simple_source/looping/07_return_end_if.py
Normal 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
|
Reference in New Issue
Block a user