mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
8542df4639
handle degenerate 3.8 withas |
||
---|---|---|
.. | ||
.gitignore | ||
00_docstring.pyc | ||
00_return_return_bug.pyc | ||
01_conditional.pyc | ||
01_triple_compare.pyc | ||
01_try_else.pyc | ||
02_build_list_unpack.pyc | ||
02_call_ex_kw.pyc | ||
02_if_not_or.pyc | ||
02_ifelse_comprehension.pyc | ||
02_ifelse_lambda.pyc | ||
02_pos_args.pyc | ||
02_slice.pyc | ||
02_var_annotate.pyc | ||
03_doc_assign.pyc | ||
03_if_elif.pyc | ||
03_try_return_except.pyc | ||
04_call_function.pyc | ||
04_def_annotate.pyc | ||
04_importlist.pyc | ||
04_lambda_star_default.pyc | ||
04_subscript.pyc | ||
05_call_function_kw2.pyc | ||
05_control_flow_bugs.pyc | ||
05_long_literals.pyc | ||
05_try_whiletrue.pyc | ||
08_comp_gen_for.pyc | ||
08_if_else.pyc | ||
08_test_contextmanager.pyc | ||
10_argparse.pyc | ||
10_fstring.pyc | ||
README |
These are byte-compiled programs compiled by Python 3.6. Furthrmore, the programs here are self-checking: when decompiled and then run again in a 3.6 interpreter, they are likely to give an error when they are miscompiled.