You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
3.4 Load assert bug
This commit is contained in:
BIN
test/bytecode_3.4/10_load_assert.pyc
Normal file
BIN
test/bytecode_3.4/10_load_assert.pyc
Normal file
Binary file not shown.
6
test/simple_source/expression/10_load_assert.py
Normal file
6
test/simple_source/expression/10_load_assert.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# 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")
|
Reference in New Issue
Block a user