You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
7 lines
163 B
Python
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")
|