You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Better "assert" transformation. More 3.8 tests
This commit is contained in:
BIN
test/bytecode_3.8/03_pop_top.pyc
Normal file
BIN
test/bytecode_3.8/03_pop_top.pyc
Normal file
Binary file not shown.
BIN
test/bytecode_3.8_run/04_and_del.pyc
Normal file
BIN
test/bytecode_3.8_run/04_and_del.pyc
Normal file
Binary file not shown.
@@ -1,5 +1,7 @@
|
||||
# From 2.5.6 osxemxpath.py
|
||||
# Bug is in getting "and" and "del" correct
|
||||
|
||||
# This is RUNNABLE!
|
||||
def normpath(comps):
|
||||
i = 0
|
||||
while i < len(comps):
|
||||
|
Reference in New Issue
Block a user