Files
python-uncompyle6/test/simple_source/stmts/02_while1else.py
rocky 9e34654b38 Add more while1else grammar rules
Towards addressing issue #93
2017-04-10 02:47:46 -04:00

9 lines
142 B
Python

# From Python-3.5.2/Lib/multiprocessing/connection.py
def PipeClient(address):
while 1:
z = 2
else:
raise
return