python-uncompyle6/test/bytecode_3.6_run
rocky 8542df4639 Add context manager test...
handle degenerate 3.8 withas
2024-03-07 18:08:07 -05:00
..
.gitignore Add custom 3.5 handling for f(*a, *b, *c) 2018-02-08 08:42:38 -05:00
00_docstring.pyc Reinstate 3.6. docstring test 2019-06-07 12:32:21 -04:00
00_return_return_bug.pyc Fix if return boundary in 3.6+ 2019-03-10 05:59:15 -04:00
01_conditional.pyc 3.7 "imports" and "or" 2020-01-11 07:23:23 -05:00
01_triple_compare.pyc Fix bug in 3.7 chained comparison semantic action 2020-01-24 06:14:28 -05:00
01_try_else.pyc Fix Python 3.x try/else detection 2019-01-01 22:50:28 -05:00
02_build_list_unpack.pyc Fixes #278 2019-07-14 01:12:42 +04:30
02_call_ex_kw.pyc Fix a bug in 3.6+ keyword-only argument passing 2020-01-21 04:37:58 -05:00
02_if_not_or.pyc Add "if_not_and" rule similar to "if_not_or" rule. 2019-12-13 05:15:21 -05:00
02_ifelse_comprehension.pyc Python 2.6-2.7ish generator handling 2019-04-15 20:32:15 -04:00
02_ifelse_lambda.pyc Handle if not else in lambdas... 2018-04-25 12:57:09 -04:00
02_pos_args.pyc 3.x lambda * handling 2019-12-22 12:28:27 -05:00
02_slice.pyc More self-checking run tests 2019-04-10 11:49:27 -04:00
02_var_annotate.pyc More complex complex test 2020-01-05 11:54:41 -05:00
03_doc_assign.pyc Reinstate a test 2022-04-13 03:05:04 -04:00
03_if_elif.pyc 3.x ifelsestmtc reduction rule fix 2020-02-13 05:41:15 -05:00
03_try_return_except.pyc Fix 3.6 try/except with return 2018-03-19 16:12:44 -04:00
04_call_function.pyc 3.7+ use attribute_w_parens like we do in pre 3.7 2020-01-16 11:43:29 -05:00
04_def_annotate.pyc Bug in finding annotation in fn with docstring 2020-03-31 11:13:12 -04:00
04_importlist.pyc 3.7 "imports" and "or" 2020-01-11 07:23:23 -05:00
04_lambda_star_default.pyc 3.6+ lambda params; add semantic rule customizing for lambdas 2019-12-23 07:19:40 -05:00
04_subscript.pyc tidy "not" precedence. 2019-05-02 11:44:20 -04:00
05_call_function_kw2.pyc Fix bug in 3.6 handling kwonly params ... 2020-01-24 05:47:41 -05:00
05_control_flow_bugs.pyc Add tests based on recent runtests.sh failures... 2020-02-01 20:32:23 -05:00
05_long_literals.pyc Correct 3.6ish dictionary literals printing 2022-05-03 12:19:43 -04:00
05_try_whiletrue.pyc Scale back "try" vs. "tryelse" reduction test on 3.6+ 2019-04-18 16:45:44 -04:00
08_comp_gen_for.pyc Add rule for 3.x comp_for 2019-04-22 18:42:21 -04:00
08_if_else.pyc More accurate 3.6 "ifsmt" and "ifelsesmt" 2020-01-16 04:11:12 -05:00
08_test_contextmanager.pyc Add context manager test... 2024-03-07 18:08:07 -05:00
10_argparse.pyc More 3.6 CALL_FUNCTION argument parsing 2018-04-01 11:26:46 -04:00
10_fstring.pyc Sync with decompyle3 2022-09-17 10:54:09 -04:00
README Small doc typos 2018-04-09 01:36:42 -04:00

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.