Files
python-uncompyle6/test/simple_source/expression/10_load_assert.py
2016-06-19 11:52:38 -04:00

7 lines
163 B
Python

# Bug from 3.4 in asyncore.py
def compact_traceback():
tb = 5
if not tb: # Must have a traceback
raise AssertionError("traceback does not exist")