opy/lib/dis.py opy/lib/opcode.py opy/lib/opcode_gen.py opy/lib/inspect.py opy/lib/__init__.py opy/resolve.py opy/skeleton.py opy/callgraph.py opy/misc/pgen_ast.py opy/misc/ccompile.py opy/misc/__init__.py opy/misc/py_ast.py opy/misc/stdlib_compile.py opy/misc/determinism.py opy/demo/four_var_kinds.py opy/demo/class_scope.py opy/demo/docstring.py opy/__init__.py opy/gold/genexpr_iterable_expr.py opy/gold/genexpr_simple.py opy/gold/regex_compile.py opy/gold/slice_bytecode.py opy/gold/set_and_dict_comp.py opy/gold/generator_exception.py opy/gold/repr_method.py opy/gold/genexpr.py opy/gold/class_vs_closure.py opy/gold/with_statement.py opy/gold/fib_iterative.py opy/gold/genexpr_closure.py opy/gold/continue_.py opy/gold/genexpr_nested.py opy/gold/hello_py3.py opy/gold/load_make_closure.py opy/gold/fib_recursive.py opy/gold/hello_py2.py opy/tools/regrtest.py opy/tools/compile.py opy/tools/demo.py opy/tools/stacktest.py opy/tools/astgen.py opy/pytree.py opy/compiler2/consts_test.py opy/compiler2/future.py opy/compiler2/ast.py opy/compiler2/pycodegen.py opy/compiler2/consts.py opy/compiler2/pyassem.py opy/compiler2/visitor.py opy/compiler2/pyassem_test.py opy/compiler2/transformer.py opy/compiler2/__init__.py opy/compiler2/dis_tool.py opy/compiler2/symbols.py opy/compiler2/syntax.py opy/compiler2/symbols_test.py opy/compiler2/misc.py opy/opy_main.py opy/callgraph_test.py opy/byterun/test_with.py opy/byterun/test_basic.py opy/byterun/ovm.py opy/byterun/test_functions.py opy/byterun/execfile.py opy/byterun/test_exceptions.py opy/byterun/__init__.py opy/byterun/pyvm2_test.py opy/byterun/pyobj.py opy/byterun/pyvm2.py opy/byterun/vmtest.py oil_lang/grammar_gen.py oil_lang/expr_parse_test.py oil_lang/expr_to_ast.py oil_lang/__init__.py oil_lang/cmd_parse.py oil_lang/expr_parse.py oil_lang/cmd_parse_test.py oil_lang/cmd_exec.py spec/bin/show_fd_table.py spec/bin/argv.py spec/bin/read_from_fd.py spec/bin/printenv.py spec/bin/stdout_stderr.py spec/coproc.py bin/oil.py bin/osh_parse.py bin/__init__.py bin/opy_.py benchmarks/fake_libc.py benchmarks/time.py benchmarks/virtual_memory.py benchmarks/pytrace.py benchmarks/__init__.py pgen2/pgen.py pgen2/opmap.py pgen2/tokenize.py pgen2/token.py pgen2/grammar.py pgen2/parse.py pgen2/__init__.py pgen2/parse_test.py pgen2/driver.py osh/string_ops.py osh/builtin_bracket_test.py osh/builtin_comp_test.py osh/string_ops_test.py osh/braces.py osh/prompt.py osh/word_eval.py osh/cmd_exec_test.py osh/braces_test.py osh/expr_eval.py osh/prompt_test.py osh/builtin_bracket.py osh/builtin_comp.py osh/state.py osh/arith_parse.py osh/word_parse_test.py osh/history.py osh/glob_.py osh/history_test.py osh/word.py osh/bool_parse_test.py osh/split_test.py osh/state_test.py osh/word_parse.py osh/word_compile_test.py osh/builtin_test.py osh/builtin_printf.py osh/__init__.py osh/builtin.py osh/bool_parse.py osh/cmd_parse.py osh/word_test.py osh/word_compile.py osh/word_eval_test.py osh/cmd_parse_test.py osh/glob_test.py osh/split.py osh/cmd_exec.py osh/arith_parse_test.py core/id_kind_test.py core/process_test.py core/completion.py core/pyutil.py core/alloc.py core/process.py core/id_kind.py core/comp_ui.py core/meta.py core/asdl_gen.py core/completion_test.py core/dev.py core/alloc_test.py core/util.py core/id_kind_gen.py core/ui_test.py core/__init__.py core/test_lib.py core/ui.py core/main_loop.py core/util_test.py core/comp_ui_test.py misc/old_code.py misc/old/encode.py misc/old/gen_oheap_cpp.py misc/old/__init__.py misc/__init__.py frontend/lexer_gen_test.py frontend/lexer_gen.py frontend/reader_test.py frontend/lexer.py frontend/lex_test.py frontend/syntax_abbrev.py frontend/parse_lib.py frontend/reader.py frontend/args.py frontend/lex.py frontend/__init__.py frontend/lexer_test.py frontend/tdop.py frontend/args_test.py frontend/match.py _devbuild/__init__.py _devbuild/gen/types_asdl.py _devbuild/gen/id_kind_asdl.py _devbuild/gen/osh_help.py _devbuild/gen/find_nt.py _devbuild/gen/typed_demo_asdl.py _devbuild/gen/runtime_asdl.py _devbuild/gen/syntax_asdl.py _devbuild/gen/__init__.py _devbuild/gen/typed_arith_asdl.py _devbuild/gen/grammar_nt.py _devbuild/gen/find_asdl.py asdl/gen_cpp.py asdl/format.py asdl/asdl_demo.py asdl/gen_python_test.py asdl/typed_arith_abbrev.py asdl/meta.py asdl/pretty.py asdl/visitor.py asdl/typed_arith_parse_test.py asdl/front_end_test.py asdl/const.py asdl/tdop_lexer.py asdl/format_test.py asdl/__init__.py asdl/typed_demo.py asdl/asdl_.py asdl/tdop.py asdl/gen_python.py asdl/typed_arith_parse.py asdl/front_end.py asdl/runtime.py test/wild_report.py test/wild_report_test.py test/sh_spec_test.py test/sh_spec.py test/jsontemplate.py demo/shedskin/arith_parse.py demo/shedskin/const.py demo/shedskin/demo_asdl.py demo/shedskin/tdop.py demo/shedskin/runtime.py demo/bugs/fd_state.py demo/readline_mod.py demo/pickle_instance.py types/refactor.py types/pyann_driver.py __init__.py build/cpython_defs.py build/app_deps.py build/setup_fastlex.py build/setup_line_input.py build/c_module_toc.py build/setup_posix.py build/app_deps_test.py build/make_zip.py build/setup.py build/c_module_srcs.py build/quick_ref.py vendor/__init__.py vendor/typing.py web/table/csv2html.py tools/csv_concat.py tools/deps.py tools/osh2oil.py tools/find/parse.py tools/find/__init__.py tools/osh2oil_test.py tools/__init__.py tools/readlink.py devtools/completion.py pylib/path_stat.py pylib/cgi.py pylib/path_stat_test.py pylib/os_.py pylib/__init__.py pylib/os_path_test.py pylib/os_path.py native/posix_test.py native/libc_test.py native/line_input_test.py native/fastlex_test.py ovm2/oheap2.py ovm2/oheap2_test.py ovm2/__init__.py _tmp/repo-with-cpython/ ├── asdl │   ├── asdl_demo.pyc │   ├── asdl_.pyc │   ├── const.pyc │   ├── format.pyc │   ├── format_test.pyc │   ├── front_end.pyc │   ├── front_end_test.pyc │   ├── gen_cpp.pyc │   ├── gen_python.pyc │   ├── gen_python_test.pyc │   ├── __init__.pyc │   ├── meta.pyc │   ├── pretty.pyc │   ├── runtime.pyc │   ├── tdop_lexer.pyc │   ├── tdop.pyc │   ├── typed_arith_abbrev.pyc │   ├── typed_arith_parse.pyc │   ├── typed_arith_parse_test.pyc │   ├── typed_demo.pyc │   └── visitor.pyc ├── benchmarks │   ├── fake_libc.pyc │   ├── __init__.pyc │   ├── pytrace.pyc │   ├── time.pyc │   └── virtual_memory.pyc ├── bin │   ├── __init__.pyc │   ├── oil.pyc │   ├── opy_.pyc │   └── osh_parse.pyc ├── build │   ├── app_deps.pyc │   ├── app_deps_test.pyc │   ├── c_module_srcs.pyc │   ├── c_module_toc.pyc │   ├── cpython_defs.pyc │   ├── make_zip.pyc │   ├── quick_ref.pyc │   ├── setup_fastlex.pyc │   ├── setup_line_input.pyc │   ├── setup_posix.pyc │   └── setup.pyc ├── core │   ├── alloc.pyc │   ├── alloc_test.pyc │   ├── asdl_gen.pyc │   ├── completion.pyc │   ├── completion_test.pyc │   ├── comp_ui.pyc │   ├── comp_ui_test.pyc │   ├── dev.pyc │   ├── id_kind_gen.pyc │   ├── id_kind.pyc │   ├── id_kind_test.pyc │   ├── __init__.pyc │   ├── main_loop.pyc │   ├── meta.pyc │   ├── process.pyc │   ├── process_test.pyc │   ├── pyutil.pyc │   ├── test_lib.pyc │   ├── ui.pyc │   ├── ui_test.pyc │   ├── util.pyc │   └── util_test.pyc ├── demo │   ├── bugs │   │   └── fd_state.pyc │   ├── pickle_instance.pyc │   ├── readline_mod.pyc │   └── shedskin │   ├── arith_parse.pyc │   ├── const.pyc │   ├── demo_asdl.pyc │   ├── runtime.pyc │   └── tdop.pyc ├── _devbuild │   ├── gen │   │   ├── find_asdl.pyc │   │   ├── find_nt.pyc │   │   ├── grammar_nt.pyc │   │   ├── id_kind_asdl.pyc │   │   ├── __init__.pyc │   │   ├── osh_help.pyc │   │   ├── runtime_asdl.pyc │   │   ├── syntax_asdl.pyc │   │   ├── typed_arith_asdl.pyc │   │   ├── typed_demo_asdl.pyc │   │   └── types_asdl.pyc │   └── __init__.pyc ├── devtools │   └── completion.pyc ├── frontend │   ├── args.pyc │   ├── args_test.pyc │   ├── __init__.pyc │   ├── lexer_gen.pyc │   ├── lexer_gen_test.pyc │   ├── lexer.pyc │   ├── lexer_test.pyc │   ├── lex.pyc │   ├── lex_test.pyc │   ├── match.pyc │   ├── parse_lib.pyc │   ├── reader.pyc │   ├── reader_test.pyc │   ├── syntax_abbrev.pyc │   └── tdop.pyc ├── __init__.pyc ├── misc │   ├── __init__.pyc │   ├── old │   │   ├── encode.pyc │   │   ├── gen_oheap_cpp.pyc │   │   └── __init__.pyc │   └── old_code.pyc ├── native │   ├── fastlex_test.pyc │   ├── libc_test.pyc │   ├── line_input_test.pyc │   └── posix_test.pyc ├── oil_lang │   ├── cmd_exec.pyc │   ├── cmd_parse.pyc │   ├── cmd_parse_test.pyc │   ├── expr_parse.pyc │   ├── expr_parse_test.pyc │   ├── expr_to_ast.pyc │   ├── grammar_gen.pyc │   └── __init__.pyc ├── opy │   ├── byterun │   │   ├── execfile.pyc │   │   ├── __init__.pyc │   │   ├── ovm.pyc │   │   ├── pyobj.pyc │   │   ├── pyvm2.pyc │   │   ├── pyvm2_test.pyc │   │   ├── test_basic.pyc │   │   ├── test_exceptions.pyc │   │   ├── test_functions.pyc │   │   ├── test_with.pyc │   │   └── vmtest.pyc │   ├── callgraph.pyc │   ├── callgraph_test.pyc │   ├── compiler2 │   │   ├── ast.pyc │   │   ├── consts.pyc │   │   ├── consts_test.pyc │   │   ├── dis_tool.pyc │   │   ├── future.pyc │   │   ├── __init__.pyc │   │   ├── misc.pyc │   │   ├── pyassem.pyc │   │   ├── pyassem_test.pyc │   │   ├── pycodegen.pyc │   │   ├── symbols.pyc │   │   ├── symbols_test.pyc │   │   ├── syntax.pyc │   │   ├── transformer.pyc │   │   └── visitor.pyc │   ├── demo │   │   ├── class_scope.pyc │   │   ├── docstring.pyc │   │   └── four_var_kinds.pyc │   ├── gold │   │   ├── class_vs_closure.pyc │   │   ├── continue_.pyc │   │   ├── fib_iterative.pyc │   │   ├── fib_recursive.pyc │   │   ├── generator_exception.pyc │   │   ├── genexpr_closure.pyc │   │   ├── genexpr_iterable_expr.pyc │   │   ├── genexpr_nested.pyc │   │   ├── genexpr.pyc │   │   ├── genexpr_simple.pyc │   │   ├── hello_py2.pyc │   │   ├── hello_py3.pyc │   │   ├── load_make_closure.pyc │   │   ├── regex_compile.pyc │   │   ├── repr_method.pyc │   │   ├── set_and_dict_comp.pyc │   │   ├── slice_bytecode.pyc │   │   └── with_statement.pyc │   ├── __init__.pyc │   ├── lib │   │   ├── dis.pyc │   │   ├── __init__.pyc │   │   ├── inspect.pyc │   │   ├── opcode_gen.pyc │   │   └── opcode.pyc │   ├── misc │   │   ├── ccompile.pyc │   │   ├── determinism.pyc │   │   ├── __init__.pyc │   │   ├── pgen_ast.pyc │   │   ├── py_ast.pyc │   │   └── stdlib_compile.pyc │   ├── opy_main.pyc │   ├── pytree.pyc │   ├── resolve.pyc │   ├── skeleton.pyc │   └── tools │   ├── astgen.pyc │   ├── compile.pyc │   ├── demo.pyc │   ├── regrtest.pyc │   └── stacktest.pyc ├── osh │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── bool_parse.pyc │   ├── bool_parse_test.pyc │   ├── braces.pyc │   ├── braces_test.pyc │   ├── builtin_bracket.pyc │   ├── builtin_bracket_test.pyc │   ├── builtin_comp.pyc │   ├── builtin_comp_test.pyc │   ├── builtin_printf.pyc │   ├── builtin.pyc │   ├── builtin_test.pyc │   ├── cmd_exec.pyc │   ├── cmd_exec_test.pyc │   ├── cmd_parse.pyc │   ├── cmd_parse_test.pyc │   ├── expr_eval.pyc │   ├── glob_.pyc │   ├── glob_test.pyc │   ├── history.pyc │   ├── history_test.pyc │   ├── __init__.pyc │   ├── prompt.pyc │   ├── prompt_test.pyc │   ├── split.pyc │   ├── split_test.pyc │   ├── state.pyc │   ├── state_test.pyc │   ├── string_ops.pyc │   ├── string_ops_test.pyc │   ├── word_compile.pyc │   ├── word_compile_test.pyc │   ├── word_eval.pyc │   ├── word_eval_test.pyc │   ├── word_parse.pyc │   ├── word_parse_test.pyc │   ├── word.pyc │   └── word_test.pyc ├── ovm2 │   ├── __init__.pyc │   ├── oheap2.pyc │   └── oheap2_test.pyc ├── pgen2 │   ├── driver.pyc │   ├── grammar.pyc │   ├── __init__.pyc │   ├── opmap.pyc │   ├── parse.pyc │   ├── parse_test.pyc │   ├── pgen.pyc │   ├── tokenize.pyc │   └── token.pyc ├── pylib │   ├── cgi.pyc │   ├── __init__.pyc │   ├── os_path.pyc │   ├── os_path_test.pyc │   ├── os_.pyc │   ├── path_stat.pyc │   └── path_stat_test.pyc ├── spec │   ├── bin │   │   ├── argv.pyc │   │   ├── printenv.pyc │   │   ├── read_from_fd.pyc │   │   ├── show_fd_table.pyc │   │   └── stdout_stderr.pyc │   └── coproc.pyc ├── test │   ├── jsontemplate.pyc │   ├── sh_spec.pyc │   ├── sh_spec_test.pyc │   ├── wild_report.pyc │   └── wild_report_test.pyc ├── tools │   ├── csv_concat.pyc │   ├── deps.pyc │   ├── find │   │   ├── __init__.pyc │   │   └── parse.pyc │   ├── __init__.pyc │   ├── osh2oil.pyc │   ├── osh2oil_test.pyc │   └── readlink.pyc ├── types │   ├── pyann_driver.pyc │   └── refactor.pyc ├── vendor │   ├── __init__.pyc │   └── typing.pyc └── web └── table └── csv2html.pyc 37 directories, 269 files ~/git/oilshell/oil/opy/_tmp/repo-with-cpython ~/git/oilshell/oil/opy 2236 ./asdl/asdl_demo.pyc 6140 ./asdl/asdl_.pyc 241 ./asdl/const.pyc 12586 ./asdl/format.pyc 1605 ./asdl/format_test.pyc 12581 ./asdl/front_end.pyc 1017 ./asdl/front_end_test.pyc 6716 ./asdl/gen_cpp.pyc 7760 ./asdl/gen_python.pyc 4676 ./asdl/gen_python_test.pyc 131 ./asdl/__init__.pyc 5343 ./asdl/meta.pyc 974 ./asdl/pretty.pyc 5216 ./asdl/runtime.pyc 1096 ./asdl/tdop_lexer.pyc 7066 ./asdl/tdop.pyc 1866 ./asdl/typed_arith_abbrev.pyc 8326 ./asdl/typed_arith_parse.pyc 6899 ./asdl/typed_arith_parse_test.pyc 1699 ./asdl/typed_demo.pyc 4718 ./asdl/visitor.pyc 531 ./benchmarks/fake_libc.pyc 137 ./benchmarks/__init__.pyc 2555 ./benchmarks/pytrace.pyc 2574 ./benchmarks/time.pyc 2628 ./benchmarks/virtual_memory.pyc 130 ./bin/__init__.pyc 19746 ./bin/oil.pyc 2399 ./bin/opy_.pyc 1997 ./bin/osh_parse.pyc 3815 ./build/app_deps.pyc 1145 ./build/app_deps_test.pyc 1813 ./build/c_module_srcs.pyc 1090 ./build/c_module_toc.pyc 11807 ./build/cpython_defs.pyc 1205 ./build/make_zip.pyc 6116 ./build/quick_ref.pyc 521 ./build/setup_fastlex.pyc 525 ./build/setup_line_input.pyc 488 ./build/setup_posix.pyc 476 ./build/setup.pyc 4363 ./core/alloc.pyc 2055 ./core/alloc_test.pyc 3069 ./core/asdl_gen.pyc 29172 ./core/completion.pyc 21002 ./core/completion_test.pyc 12271 ./core/comp_ui.pyc 7046 ./core/comp_ui_test.pyc 7440 ./core/dev.pyc 3663 ./core/id_kind_gen.pyc 12518 ./core/id_kind.pyc 4183 ./core/id_kind_test.pyc 131 ./core/__init__.pyc 3912 ./core/main_loop.pyc 2496 ./core/meta.pyc 28367 ./core/process.pyc 4983 ./core/process_test.pyc 4146 ./core/pyutil.pyc 7584 ./core/test_lib.pyc 6993 ./core/ui.pyc 1284 ./core/ui_test.pyc 7609 ./core/util.pyc 724 ./core/util_test.pyc 1165 ./demo/bugs/fd_state.pyc 1524 ./demo/pickle_instance.pyc 1032 ./demo/readline_mod.pyc 7527 ./demo/shedskin/arith_parse.pyc 250 ./demo/shedskin/const.pyc 11781 ./demo/shedskin/demo_asdl.pyc 7270 ./demo/shedskin/runtime.pyc 8833 ./demo/shedskin/tdop.pyc 21490 ./_devbuild/gen/find_asdl.pyc 308 ./_devbuild/gen/find_nt.pyc 2950 ./_devbuild/gen/grammar_nt.pyc 20257 ./_devbuild/gen/id_kind_asdl.pyc 140 ./_devbuild/gen/__init__.pyc 4068 ./_devbuild/gen/osh_help.pyc 33704 ./_devbuild/gen/runtime_asdl.pyc 230204 ./_devbuild/gen/syntax_asdl.pyc 18796 ./_devbuild/gen/typed_arith_asdl.pyc 17863 ./_devbuild/gen/typed_demo_asdl.pyc 3182 ./_devbuild/gen/types_asdl.pyc 136 ./_devbuild/__init__.pyc 2344 ./devtools/completion.pyc 23151 ./frontend/args.pyc 6960 ./frontend/args_test.pyc 135 ./frontend/__init__.pyc 9036 ./frontend/lexer_gen.pyc 1934 ./frontend/lexer_gen_test.pyc 7602 ./frontend/lexer.pyc 1828 ./frontend/lexer_test.pyc 16564 ./frontend/lex.pyc 13802 ./frontend/lex_test.pyc 6492 ./frontend/match.pyc 10073 ./frontend/parse_lib.pyc 4948 ./frontend/reader.pyc 2084 ./frontend/reader_test.pyc 3510 ./frontend/syntax_abbrev.pyc 9970 ./frontend/tdop.pyc 126 ./__init__.pyc 131 ./misc/__init__.pyc 3618 ./misc/old_code.pyc 8175 ./misc/old/encode.pyc 12100 ./misc/old/gen_oheap_cpp.pyc 135 ./misc/old/__init__.pyc 2911 ./native/fastlex_test.pyc 6029 ./native/libc_test.pyc 742 ./native/line_input_test.pyc 4780 ./native/posix_test.pyc 747 ./oil_lang/cmd_exec.pyc 11154 ./oil_lang/cmd_parse.pyc 928 ./oil_lang/cmd_parse_test.pyc 5556 ./oil_lang/expr_parse.pyc 1260 ./oil_lang/expr_parse_test.pyc 6151 ./oil_lang/expr_to_ast.pyc 5385 ./oil_lang/grammar_gen.pyc 135 ./oil_lang/__init__.pyc 1107 ./opy/byterun/execfile.pyc 138 ./opy/byterun/__init__.pyc 14541 ./opy/byterun/ovm.pyc 13656 ./opy/byterun/pyobj.pyc 33185 ./opy/byterun/pyvm2.pyc 1159 ./opy/byterun/pyvm2_test.pyc 23970 ./opy/byterun/test_basic.pyc 6598 ./opy/byterun/test_exceptions.pyc 14386 ./opy/byterun/test_functions.pyc 12583 ./opy/byterun/test_with.pyc 2718 ./opy/byterun/vmtest.pyc 10345 ./opy/callgraph.pyc 972 ./opy/callgraph_test.pyc 65235 ./opy/compiler2/ast.pyc 1012 ./opy/compiler2/consts.pyc 1178 ./opy/compiler2/consts_test.pyc 7730 ./opy/compiler2/dis_tool.pyc 2724 ./opy/compiler2/future.pyc 140 ./opy/compiler2/__init__.pyc 1061 ./opy/compiler2/misc.pyc 25670 ./opy/compiler2/pyassem.pyc 989 ./opy/compiler2/pyassem_test.pyc 50572 ./opy/compiler2/pycodegen.pyc 17222 ./opy/compiler2/symbols.pyc 1895 ./opy/compiler2/symbols_test.pyc 1758 ./opy/compiler2/syntax.pyc 47806 ./opy/compiler2/transformer.pyc 3471 ./opy/compiler2/visitor.pyc 552 ./opy/demo/class_scope.pyc 592 ./opy/demo/docstring.pyc 1541 ./opy/demo/four_var_kinds.pyc 1597 ./opy/gold/class_vs_closure.pyc 249 ./opy/gold/continue_.pyc 447 ./opy/gold/fib_iterative.pyc 674 ./opy/gold/fib_recursive.pyc 2342 ./opy/gold/generator_exception.pyc 575 ./opy/gold/genexpr_closure.pyc 682 ./opy/gold/genexpr_iterable_expr.pyc 585 ./opy/gold/genexpr_nested.pyc 778 ./opy/gold/genexpr.pyc 1321 ./opy/gold/genexpr_simple.pyc 295 ./opy/gold/hello_py2.pyc 177 ./opy/gold/hello_py3.pyc 703 ./opy/gold/load_make_closure.pyc 289 ./opy/gold/regex_compile.pyc 806 ./opy/gold/repr_method.pyc 751 ./opy/gold/set_and_dict_comp.pyc 396 ./opy/gold/slice_bytecode.pyc 410 ./opy/gold/with_statement.pyc 130 ./opy/__init__.pyc 6782 ./opy/lib/dis.pyc 134 ./opy/lib/__init__.pyc 41163 ./opy/lib/inspect.pyc 1406 ./opy/lib/opcode_gen.pyc 6227 ./opy/lib/opcode.pyc 624 ./opy/misc/ccompile.pyc 883 ./opy/misc/determinism.pyc 135 ./opy/misc/__init__.pyc 993 ./opy/misc/pgen_ast.pyc 1989 ./opy/misc/py_ast.pyc 1355 ./opy/misc/stdlib_compile.pyc 15017 ./opy/opy_main.pyc 27441 ./opy/pytree.pyc 6179 ./opy/resolve.pyc 5787 ./opy/skeleton.pyc 12028 ./opy/tools/astgen.pyc 1426 ./opy/tools/compile.pyc 1634 ./opy/tools/demo.pyc 2768 ./opy/tools/regrtest.pyc 1687 ./opy/tools/stacktest.pyc 6593 ./osh/arith_parse.pyc 3931 ./osh/arith_parse_test.pyc 6807 ./osh/bool_parse.pyc 4135 ./osh/bool_parse_test.pyc 10991 ./osh/braces.pyc 5044 ./osh/braces_test.pyc 6956 ./osh/builtin_bracket.pyc 1267 ./osh/builtin_bracket_test.pyc 12925 ./osh/builtin_comp.pyc 737 ./osh/builtin_comp_test.pyc 7174 ./osh/builtin_printf.pyc 41213 ./osh/builtin.pyc 1829 ./osh/builtin_test.pyc 31305 ./osh/cmd_exec.pyc 2480 ./osh/cmd_exec_test.pyc 43464 ./osh/cmd_parse.pyc 38057 ./osh/cmd_parse_test.pyc 16547 ./osh/expr_eval.pyc 7751 ./osh/glob_.pyc 4915 ./osh/glob_test.pyc 4047 ./osh/history.pyc 4190 ./osh/history_test.pyc 130 ./osh/__init__.pyc 5916 ./osh/prompt.pyc 2671 ./osh/prompt_test.pyc 8630 ./osh/split.pyc 4530 ./osh/split_test.pyc 30991 ./osh/state.pyc 7436 ./osh/state_test.pyc 8646 ./osh/string_ops.pyc 2670 ./osh/string_ops_test.pyc 2541 ./osh/word_compile.pyc 520 ./osh/word_compile_test.pyc 27455 ./osh/word_eval.pyc 1589 ./osh/word_eval_test.pyc 31714 ./osh/word_parse.pyc 15235 ./osh/word_parse_test.pyc 14358 ./osh/word.pyc 2834 ./osh/word_test.pyc 131 ./ovm2/__init__.pyc 9662 ./ovm2/oheap2.pyc 1288 ./ovm2/oheap2_test.pyc 2400 ./pgen2/driver.pyc 6925 ./pgen2/grammar.pyc 173 ./pgen2/__init__.pyc 299 ./pgen2/opmap.pyc 7595 ./pgen2/parse.pyc 962 ./pgen2/parse_test.pyc 12306 ./pgen2/pgen.pyc 17688 ./pgen2/tokenize.pyc 3156 ./pgen2/token.pyc 788 ./pylib/cgi.pyc 132 ./pylib/__init__.pyc 3957 ./pylib/os_path.pyc 847 ./pylib/os_path_test.pyc 1703 ./pylib/os_.pyc 990 ./pylib/path_stat.pyc 1175 ./pylib/path_stat_test.pyc 4096 ./SIZES.txt 261 ./spec/bin/argv.pyc 346 ./spec/bin/printenv.pyc 877 ./spec/bin/read_from_fd.pyc 888 ./spec/bin/show_fd_table.pyc 642 ./spec/bin/stdout_stderr.pyc 1171 ./spec/coproc.pyc 56663 ./test/jsontemplate.pyc 25091 ./test/sh_spec.pyc 3431 ./test/sh_spec_test.pyc 19343 ./test/wild_report.pyc 1254 ./test/wild_report_test.pyc 943 ./tools/csv_concat.pyc 3964 ./tools/deps.pyc 137 ./tools/find/__init__.pyc 5129 ./tools/find/parse.pyc 132 ./tools/__init__.pyc 21455 ./tools/osh2oil.pyc 2097 ./tools/osh2oil_test.pyc 815 ./tools/readlink.pyc 3282 ./types/pyann_driver.pyc 1169 ./types/refactor.pyc 133 ./vendor/__init__.pyc 771 ./vendor/typing.pyc 9907 ./web/table/csv2html.pyc b76a2da4a18e99599fb05924134c8617 ./asdl/asdl_demo.pyc 387581fe507fd02d0c828b6a76a24ef1 ./asdl/asdl_.pyc 83cf9b9f2132e4344cf2bf038d9b3986 ./asdl/const.pyc fc1fb1464efd45e3610bfeb36a38986d ./asdl/format.pyc a37ef2f66a42c7dae49b9b952f0d67e7 ./asdl/format_test.pyc 80cf1dec50c4724947f3e415099be0ab ./asdl/front_end.pyc 01745154d961fa1daa8f81de49dc63d4 ./asdl/front_end_test.pyc fc99fd148d9d1484076ea9cecc658b62 ./asdl/gen_cpp.pyc 44ebb4f7c543aa2683243c60f9b722cc ./asdl/gen_python.pyc dd6d252462248d93066058d8bc3e3619 ./asdl/gen_python_test.pyc 3537431dd2a93d26c14b86c1c1775004 ./asdl/__init__.pyc 0e21526a519d8b55090e73c394a848b8 ./asdl/meta.pyc ea56fcc30052724e2cb354456d7119cf ./asdl/pretty.pyc f5337fe6a53d24035acdb06f3cbb4285 ./asdl/runtime.pyc 0712e0f63ed86ab81a985ff840a084a2 ./asdl/tdop_lexer.pyc e3f9882b4217f6308f2710a5a324adf9 ./asdl/tdop.pyc c4255a93adaf8bd4296ea2c5550aaffe ./asdl/typed_arith_abbrev.pyc eceea186fb3ff70195b7c5b380f1c8e2 ./asdl/typed_arith_parse.pyc 84411cf01b639766e3c45ea211688cc7 ./asdl/typed_arith_parse_test.pyc 882c8aac0c9babe6198a6b7d6053bd70 ./asdl/typed_demo.pyc 82795c12fa25092b86af7289912e5cfb ./asdl/visitor.pyc 7a914993a31705e1cebc5485fb71ec9e ./benchmarks/fake_libc.pyc 10a02c9df3d26a689db62bd9c69496d6 ./benchmarks/__init__.pyc 7b4ccf94ad05546f91b57f915f707c6e ./benchmarks/pytrace.pyc 568662dbaf7cb36dddd411377efd9c18 ./benchmarks/time.pyc e6ca21e59093665323ae670e7d78bcde ./benchmarks/virtual_memory.pyc 5f5a6d2629f6434529ec8d85a3bb3325 ./bin/__init__.pyc 32202bece75db6efc706daf402ef1bdf ./bin/oil.pyc 0e7153ac2862938810a0438ce95312f9 ./bin/opy_.pyc 4ac858e3a88a78c0d6641be6884abe13 ./bin/osh_parse.pyc f77bac876b17b30eaa916e7239430081 ./build/app_deps.pyc 7b4b93a9ee5e057f4375abcb45f2de98 ./build/app_deps_test.pyc ee652992248e3b9d280e640d7ba10d49 ./build/c_module_srcs.pyc db7deb95d8401478cc19b1e7e7e6ba07 ./build/c_module_toc.pyc 785d52346d0a1b75dffb69c318d6d1a3 ./build/cpython_defs.pyc add75fe23f0677d734e60de09076d0d9 ./build/make_zip.pyc 2a9349d0c4d796381a16cba878000b16 ./build/quick_ref.pyc 8a9c65432e8b7cebe1c26b2a73821364 ./build/setup_fastlex.pyc 4f38f28b2b258a8b27d5fd307799bfe4 ./build/setup_line_input.pyc 282d39b30c3525e113f0e7d4fae4cca3 ./build/setup_posix.pyc 1c665c059e2e911aff3983e92e9e738b ./build/setup.pyc 7c0e06ad783ddefe48750192c080d977 ./core/alloc.pyc c6d301d2c79836c186cb7408607a656c ./core/alloc_test.pyc 6ab77cba480099699fc7067e58674a7e ./core/asdl_gen.pyc 8a5e29faf886501596060717ebe10bf6 ./core/completion.pyc 72f92d5b9d3e72802d994572b638c371 ./core/completion_test.pyc b2822b28ffa97efd86efdbe9aaa0a6d7 ./core/comp_ui.pyc e55b3ad461f563d38f19f1149f4fcc80 ./core/comp_ui_test.pyc f0a2ceb372391d9a9563d1b6d3139244 ./core/dev.pyc 92fc88ab88d39e4a0adf4b9da8e5a51c ./core/id_kind_gen.pyc 42d039de548d834e4766a5fc5876192a ./core/id_kind.pyc 6dadcb2b98b45ddfce2d5da8481252f2 ./core/id_kind_test.pyc 1cadeee4ec4f0ad9038b705a09a1c068 ./core/__init__.pyc a36dac753627195f467896d5703e141d ./core/main_loop.pyc 923da7644f0eb4a472892e0ca1707973 ./core/meta.pyc 344a054b68a470da43a9d0c6e8aaa296 ./core/process.pyc f81cba8423ad3e3eb354f18bdce48c4b ./core/process_test.pyc a7695d3ffafe9f49c00bba04547ddc40 ./core/pyutil.pyc efc8fbac378cd7743e01e238f675672a ./core/test_lib.pyc 82555e5886966161ec9c3a32c032089d ./core/ui.pyc 1535e5fcef9e2f957bd8c467084b3b8d ./core/ui_test.pyc c596965610374ac7022c1f3cf2f21310 ./core/util.pyc bc4e0bed74aa4770db07ae99b00759df ./core/util_test.pyc b1cdb0dd77a8bcc25eecad6623cbcacb ./demo/bugs/fd_state.pyc 008a9e55dbcb1de84a1df296ce38dc77 ./demo/pickle_instance.pyc 4726b498f5ff11f3f434aafb8cabbaa5 ./demo/readline_mod.pyc 8b83c8fa81969689719c53af2136647f ./demo/shedskin/arith_parse.pyc da399cdab1a81402b8b4c9d9b1bf7b89 ./demo/shedskin/const.pyc e80252a3d4711b40f421c632f88784e4 ./demo/shedskin/demo_asdl.pyc c7fb6c074d4a1f26b19b8be65c365e93 ./demo/shedskin/runtime.pyc b39255fe2e392e8cd40f61ccdab21978 ./demo/shedskin/tdop.pyc 08832dbaeceaa96589a2fb1487fc25d5 ./_devbuild/gen/find_asdl.pyc 8b065a3d18291c02f43493d65bee4e3f ./_devbuild/gen/find_nt.pyc caca634f4b0fbbc456abced8b3512e37 ./_devbuild/gen/grammar_nt.pyc 3a2c9c92d560498577665f79cc7e5267 ./_devbuild/gen/id_kind_asdl.pyc 4416ba483dfce926ae6542a2e4458166 ./_devbuild/gen/__init__.pyc fc85859eb8dafb3d9c3e85ff096308c2 ./_devbuild/gen/osh_help.pyc b724d037354d7392cb4c7b5609c77015 ./_devbuild/gen/runtime_asdl.pyc 1ec4d74e7af263989ebcb0ca1ef7cf36 ./_devbuild/gen/syntax_asdl.pyc 629323531342865cae5c82f1c9a2c32c ./_devbuild/gen/typed_arith_asdl.pyc d6cbe4af483a4faf4174e6134a55647b ./_devbuild/gen/typed_demo_asdl.pyc 56eee563a526f97a625438feb7744e40 ./_devbuild/gen/types_asdl.pyc c13d8f66594d4b294dbdc9e63436c517 ./_devbuild/__init__.pyc 8e267e0f5055bc5bf136328a65458548 ./devtools/completion.pyc 593efcd17b20727293ae67b438cec957 ./frontend/args.pyc e0ad832b423e439cfebe6666161b7010 ./frontend/args_test.pyc 9ca69c30dc2721aef0e6921222a61a66 ./frontend/__init__.pyc 859b6314bf8549adfde2ae6c08689599 ./frontend/lexer_gen.pyc a98eb091e0e503680106f83f69d94049 ./frontend/lexer_gen_test.pyc fae433f814764db3143daaf53b41995e ./frontend/lexer.pyc ef82b12f570dcdefa12a55112199de31 ./frontend/lexer_test.pyc 772429845d196340f48a8a7fefcf1cdd ./frontend/lex.pyc 2558835354de9b8db62fea63e5df2270 ./frontend/lex_test.pyc 631c5c1cc3cfdc91dfdaff54d2e9305a ./frontend/match.pyc 8b30cf8be3860074853a5f598b0144b5 ./frontend/parse_lib.pyc b3f7bd22d91ef4357b682bf16a1067fd ./frontend/reader.pyc 0db06d5f38fe22e28b69be3078409029 ./frontend/reader_test.pyc 61d7d823d395cbe120b4bce28af347b9 ./frontend/syntax_abbrev.pyc c1c0ef793f88db5e76a8067eabb2857b ./frontend/tdop.pyc f775cab5e1071a1bd529ba7d5d6af719 ./__init__.pyc 64d82604e1b59ac83bc6a6e4f8ad127c ./misc/__init__.pyc a4c2662f1dca8255353b33f6c4868cb0 ./misc/old_code.pyc 4100fc8f5a3d8ff5357582457819aba1 ./misc/old/encode.pyc 1ce9a6fbee091e36e943b3ac91d36352 ./misc/old/gen_oheap_cpp.pyc c35e3a3cc5818e8f8a6f67b19536b6e0 ./misc/old/__init__.pyc 8c00ac45f1f6f65417e894d04267dc27 ./native/fastlex_test.pyc af140258c39bedae48cfd45289bfbe47 ./native/libc_test.pyc bbf8267ccd8181b69f64616a4263099a ./native/line_input_test.pyc 4376c38fd543b0487405ca2876d66ba4 ./native/posix_test.pyc 03178137a27c3406a655893b60dd01db ./oil_lang/cmd_exec.pyc 240b2fce9d02a09aa63e985c9cf8bfa3 ./oil_lang/cmd_parse.pyc df8658589d2ea56c2f94e1ceb5357d14 ./oil_lang/cmd_parse_test.pyc f6b5e9b4c60103aea5a3cbc4eb878c04 ./oil_lang/expr_parse.pyc 99c1a89d3fd6a7a30d6df99b28c9b732 ./oil_lang/expr_parse_test.pyc 3a8c23e0f526f24b8811542006ab5fea ./oil_lang/expr_to_ast.pyc d7dc770b7633c77934dde8d5e5156af5 ./oil_lang/grammar_gen.pyc 822a251b6949f1f605f28d774a55a3d0 ./oil_lang/__init__.pyc 5d482a235e1b48a8e8bb42b596a6ad17 ./opy/byterun/execfile.pyc caf2cf4532a455b396824880e44bf943 ./opy/byterun/__init__.pyc 7be44faaf8565709db595a0c5d7b1c38 ./opy/byterun/ovm.pyc 68836081be537ffaaaa3f53a4bec2494 ./opy/byterun/pyobj.pyc 441f8c7cbf53c7cc759db6f3d642d742 ./opy/byterun/pyvm2.pyc 414c228720f5593f53730ababae5ae7a ./opy/byterun/pyvm2_test.pyc 41d392e2d9c0e00091489390f65965cb ./opy/byterun/test_basic.pyc 494df66384acb9118233df049075300b ./opy/byterun/test_exceptions.pyc a4bcd2107e73f5ad139dbb8a07a415da ./opy/byterun/test_functions.pyc d01a06f0d77fed281ba09f11ee4ea0fe ./opy/byterun/test_with.pyc 1ef07efcb629d7a7b7719ed13540a5a0 ./opy/byterun/vmtest.pyc a26ec8b9efbbb0fece4c2b383451887f ./opy/callgraph.pyc 2a6a2ea9820a5a6089824dd15365607e ./opy/callgraph_test.pyc 36fed5ce2d44810623865f1fb99058ae ./opy/compiler2/ast.pyc 62f7fe769653383b68cea021d5932194 ./opy/compiler2/consts.pyc 54e32f9c7ffb67db1442a845b779fb78 ./opy/compiler2/consts_test.pyc 58c0d4e8f5427eb9656044150e141158 ./opy/compiler2/dis_tool.pyc 707fcec29531255df2c38e952a34e453 ./opy/compiler2/future.pyc 6f6bfee010d8135937c24d3001f2add8 ./opy/compiler2/__init__.pyc f36ff97e581a6d3b6262c7ee56ff433d ./opy/compiler2/misc.pyc 418daaa767454721e7da2040bd70e303 ./opy/compiler2/pyassem.pyc 314681999646d9b07ccf43d7ceadc259 ./opy/compiler2/pyassem_test.pyc ec0aa15dcb716b90efa65aaf25aa0a53 ./opy/compiler2/pycodegen.pyc 4c4234d79cbe00ea3f5a0d099fcf6eab ./opy/compiler2/symbols.pyc 72ed22a7e3d5398a5af25612022b9ed7 ./opy/compiler2/symbols_test.pyc d22aa9cae2f3304af4b0d570fe44c2f0 ./opy/compiler2/syntax.pyc 2c6ef8be04941dc0609c5323c504dc74 ./opy/compiler2/transformer.pyc 254200624dd76f39bb8f31f421eec5f5 ./opy/compiler2/visitor.pyc 8a50129e33409aa58aa618c9cb15356f ./opy/demo/class_scope.pyc f71b4fc9496e5668ac141479f86a102f ./opy/demo/docstring.pyc 6f9b0308f527b0757eed64b987eaf4bb ./opy/demo/four_var_kinds.pyc 63613ebabdefff5f51ab2a25ac5b279f ./opy/gold/class_vs_closure.pyc 8de75cf9d0982d5936860284895956d3 ./opy/gold/continue_.pyc 5e5c6e728eb9c29666afbe7b30fd0b51 ./opy/gold/fib_iterative.pyc d554f009d443cee39fa6f7dec134b62f ./opy/gold/fib_recursive.pyc c6601985ba050e2054f1dc5a76d3d0a5 ./opy/gold/generator_exception.pyc 9212f16c53b59b43b7257fbddaee15d7 ./opy/gold/genexpr_closure.pyc 887471dd5af0d0ffda80029de51ae12c ./opy/gold/genexpr_iterable_expr.pyc c9c84f5b032859fa16c6ca0afe85919e ./opy/gold/genexpr_nested.pyc 1dd6ec3c29cee3cf0da61b9b547cfea9 ./opy/gold/genexpr.pyc 676170bca113621db6f14b65c0a66aea ./opy/gold/genexpr_simple.pyc bb593d44b16beb83ad7786320f650e54 ./opy/gold/hello_py2.pyc b0f9517cc22fe7eecbd4aa91ad8f683b ./opy/gold/hello_py3.pyc 75a49fe2b02fcbc066d5654cad9ab32b ./opy/gold/load_make_closure.pyc 6c22b97bfa2d5ca981809b3ddc6fe93b ./opy/gold/regex_compile.pyc fc79cfd294cd3aff8fda6e82f1f7334c ./opy/gold/repr_method.pyc 422c8fe89e17928490d87448659cb69e ./opy/gold/set_and_dict_comp.pyc 4536d7592436c0284cb9e67e63ced33c ./opy/gold/slice_bytecode.pyc 891d90076e0c2d2983fcab94c6926f42 ./opy/gold/with_statement.pyc 523987dc25c086a7e22630bfb5aa7359 ./opy/__init__.pyc 31a61d83265060ee3b49d8265f05e50b ./opy/lib/dis.pyc 7177dea073efd8dcfd01a28fcb36beb0 ./opy/lib/__init__.pyc 153a6668f195fc36b0d8a9cd9f0ab47b ./opy/lib/inspect.pyc e2344b164e7a180689814638a201758b ./opy/lib/opcode_gen.pyc 5bfc7e3d936d41a9b4a00f81d99cc6f4 ./opy/lib/opcode.pyc 6b7af98a6afc2a29666f54cad452c510 ./opy/misc/ccompile.pyc ecf720fd23fd7000a817cc3fdd00a7a3 ./opy/misc/determinism.pyc 87af2f40d2b9dcc9188f5f08e307e71b ./opy/misc/__init__.pyc 4930f1ca6897c91d500529a888cf56ff ./opy/misc/pgen_ast.pyc dd2beb61fb1fc2dbaed42fd277a29df1 ./opy/misc/py_ast.pyc 49645744bbda92de69684d9b1c1acc6e ./opy/misc/stdlib_compile.pyc 7db4542fe3efab30a23cd9e09e4b05d7 ./opy/opy_main.pyc 13a968d216b624cf8dd44bdb33067177 ./opy/pytree.pyc db11c39797094b0093a4ffac9ae4fa18 ./opy/resolve.pyc 66d41192f078230844e45d2b36d81288 ./opy/skeleton.pyc 57303cacfc63bb0661dd0605af21c2e6 ./opy/tools/astgen.pyc 17b84fdc58d551cd92681cfd984267c8 ./opy/tools/compile.pyc 71f7ab17cc654dd280acbafadb4e4ce6 ./opy/tools/demo.pyc 8fee3d7f692c317e98430692912da422 ./opy/tools/regrtest.pyc 1ef5eaaf6271776332808801d12dabb0 ./opy/tools/stacktest.pyc ef81322e975020fd5e0d5e070277c048 ./osh/arith_parse.pyc 8a1adeff48fd56f0ce96533a4810db78 ./osh/arith_parse_test.pyc 8f0b7ba10387bead95e372139cba499f ./osh/bool_parse.pyc 022438e67723f7c76b61b0a38164f74f ./osh/bool_parse_test.pyc 09fc9a291b08b0976713f97702e44e3f ./osh/braces.pyc 5823ce2ccee5894b07c635fc9220ab79 ./osh/braces_test.pyc 1e3a3732416f44325a5b508e49dffbc0 ./osh/builtin_bracket.pyc 938575ebc0fe1fc5d451c5a0d4ed8fc7 ./osh/builtin_bracket_test.pyc 02af5b4549f3c53ba407d2ecb36433f2 ./osh/builtin_comp.pyc 8abb87e9124205632daa0cce180500d9 ./osh/builtin_comp_test.pyc fd8ff95bb585cbb8c60d8770fa19a0af ./osh/builtin_printf.pyc a5dffe2a90f549549396ff01010e5e50 ./osh/builtin.pyc 558beee491971dd4effe2282fde8c4d1 ./osh/builtin_test.pyc 35128abf21ac745c9563b1120f8d7ec7 ./osh/cmd_exec.pyc f4500f5e6ec3704c6a6665b69701b8cf ./osh/cmd_exec_test.pyc ac2f9798188c2ffcd7780da6bead13b9 ./osh/cmd_parse.pyc 5ab5620603ba72274a9314341f882ff1 ./osh/cmd_parse_test.pyc 52e7d3b7f5c9f78679e911e540f2dd5c ./osh/expr_eval.pyc 7325d99de8a714557cb0e13a98866957 ./osh/glob_.pyc 09c201ca053e6911e0faa5526b58446d ./osh/glob_test.pyc 4c45c37ad1f9311e01b74807b69c0272 ./osh/history.pyc 29fcb75d4bafe6fe17da81d909c32e2f ./osh/history_test.pyc 56845f371ff605bd19f89046ed3795e2 ./osh/__init__.pyc a25abf7d2a7d7eae423cf654cdd002c8 ./osh/prompt.pyc 6782f164d37558b2e7f0be35ee8ba65a ./osh/prompt_test.pyc cc71fd6fea34e0aa84a042e7ddf0d41e ./osh/split.pyc f2b35598bb191e6f6f2d7125e431e759 ./osh/split_test.pyc 6a79c45c92466f722f8efccdfcffb0fc ./osh/state.pyc 268f0f26e75cf0709923a8c11d5ffa8e ./osh/state_test.pyc 0699899d9d7dc81c33bd121f11a89cd8 ./osh/string_ops.pyc b91263d997ad6c9f1e3d147f1f7a3e33 ./osh/string_ops_test.pyc 45c94d30ee391334b7b96c5152499491 ./osh/word_compile.pyc 02d39a1289fcfa1da6c586e201d576e1 ./osh/word_compile_test.pyc b7a9aa8d0d6174f434f24843a7e51acb ./osh/word_eval.pyc 54effa74d269613e72a23adbdf887de5 ./osh/word_eval_test.pyc 6c1967443e1b710296c9f466f787817d ./osh/word_parse.pyc 90158cd1c530608c0e5420db67d18a75 ./osh/word_parse_test.pyc 7b092c5fd6d7ecc42bc52d7fa23de117 ./osh/word.pyc 60e3696146442318c14a0bfffee3a4cc ./osh/word_test.pyc b29f808c99522b84825df25f514d9f4c ./ovm2/__init__.pyc a8a94897db4c38440124033f99d927c1 ./ovm2/oheap2.pyc 6347ea65fa9a41c41d14c9ad42f6bbf4 ./ovm2/oheap2_test.pyc bfab13bd874fae0c6b66f351607d6f9b ./pgen2/driver.pyc edfa7100f6a744f1668322d4632a6695 ./pgen2/grammar.pyc 800352266654a86ec76184db8119fd11 ./pgen2/__init__.pyc 8dcf6a7df5a67f48f9f88751659e2830 ./pgen2/opmap.pyc b7ad35af0fe1158f1e3487dce24363b8 ./pgen2/parse.pyc 4c8a7b3a9bf0db73309b7915de0cd293 ./pgen2/parse_test.pyc b476b9a3bf79e31a68b069199a757d89 ./pgen2/pgen.pyc 73df6af431f777108c1ffaa4cdf292ab ./pgen2/tokenize.pyc c21a02df53de13643fb4b542998f6f8c ./pgen2/token.pyc 7fb3f81bb5d14e51dac4c6c36f8e85e8 ./pylib/cgi.pyc 36ba8eeca76ee31a40956a3e79408f95 ./pylib/__init__.pyc 23279610d84f69903b7f0daf882f435f ./pylib/os_path.pyc a7694ff3d8aa4eaa988353459b522598 ./pylib/os_path_test.pyc b179c2b76a1197311ac79588654e36b8 ./pylib/os_.pyc ea8b9fb3507341dd766f254552f3ee4a ./pylib/path_stat.pyc 3b5554ea5ea5c8ba1bf34bc2d13aa3f6 ./pylib/path_stat_test.pyc 8ec5eb112fb9dfd069e8d386aa37f5ba ./SIZES.txt dbb49ea37d30a26fe6e14878ab6ccbc1 ./spec/bin/argv.pyc c3be78b07ec834e59078b5d63ed58e4c ./spec/bin/printenv.pyc d56361974e8d5e1921e5145a0527e354 ./spec/bin/read_from_fd.pyc f497a0728dd5f16ebc25817b66908ee2 ./spec/bin/show_fd_table.pyc b0d236a49d0ac2ef6320bdb953b585ea ./spec/bin/stdout_stderr.pyc afd7d6ba4be39673f6e829bfc639a52d ./spec/coproc.pyc 6c97cc0db564139f6dc8d5658bba5a8b ./test/jsontemplate.pyc e0214f9f556d1b2fa5a8a0e3c4f24181 ./test/sh_spec.pyc d16cfa816b98556985f1610a4541c4ff ./test/sh_spec_test.pyc 3a7e36016f337735d4798176a45bbce2 ./test/wild_report.pyc 5c746a2b134f49e2d7fd766ce9328c06 ./test/wild_report_test.pyc 83b3d72dd35db56457cff4bc127a595d ./tools/csv_concat.pyc 705ec88a721d1d5506cd34bc5386263e ./tools/deps.pyc 79cd446ca5efe5d83b13f05f3d425af2 ./tools/find/__init__.pyc 55cef46159faf2d64c2961027a153064 ./tools/find/parse.pyc 965febb382ca5f515567c40d9133f90a ./tools/__init__.pyc 4c5d775a4f96825c3744f2e88bb75ea1 ./tools/osh2oil.pyc 52ad49e7865e5b10ef3dd834c08e0ebf ./tools/osh2oil_test.pyc d37f0419daabdf0464d7dd06c0d4f353 ./tools/readlink.pyc 6b114f8ebf12cfb4c3a4569d8d1aa1aa ./types/pyann_driver.pyc 4d0ff9918cd93986558c25073a320009 ./types/refactor.pyc 90f394c4278a10a54c3e596fae0b261f ./vendor/__init__.pyc e4f8a5b71edca42f777f537663b1da96 ./vendor/typing.pyc d66e5dc27e62eb1d4f07e5151dceac6b ./web/table/csv2html.pyc ~/git/oilshell/oil/opy opy/lib/dis.py Compiled to 252 bytes of top-level bytecode opy/lib/opcode.py Compiled to 1909 bytes of top-level bytecode opy/lib/opcode_gen.py Compiled to 160 bytes of top-level bytecode opy/lib/inspect.py Compiled to 1007 bytes of top-level bytecode opy/lib/__init__.py Compiled to 4 bytes of top-level bytecode opy/resolve.py Compiled to 193 bytes of top-level bytecode opy/skeleton.py Compiled to 300 bytes of top-level bytecode opy/callgraph.py Compiled to 255 bytes of top-level bytecode opy/misc/pgen_ast.py Compiled to 159 bytes of top-level bytecode opy/misc/ccompile.py Compiled to 71 bytes of top-level bytecode opy/misc/__init__.py Compiled to 4 bytes of top-level bytecode opy/misc/py_ast.py Compiled to 254 bytes of top-level bytecode opy/misc/stdlib_compile.py Compiled to 139 bytes of top-level bytecode opy/misc/determinism.py Compiled to 135 bytes of top-level bytecode opy/demo/four_var_kinds.py Compiled to 86 bytes of top-level bytecode opy/demo/class_scope.py Compiled to 35 bytes of top-level bytecode opy/demo/docstring.py Compiled to 32 bytes of top-level bytecode opy/__init__.py Compiled to 4 bytes of top-level bytecode opy/gold/genexpr_iterable_expr.py Compiled to 71 bytes of top-level bytecode opy/gold/genexpr_simple.py Compiled to 200 bytes of top-level bytecode opy/gold/regex_compile.py Compiled to 58 bytes of top-level bytecode opy/gold/slice_bytecode.py Compiled to 26 bytes of top-level bytecode opy/gold/set_and_dict_comp.py Compiled to 125 bytes of top-level bytecode opy/gold/generator_exception.py Compiled to 188 bytes of top-level bytecode opy/gold/repr_method.py Compiled to 64 bytes of top-level bytecode opy/gold/genexpr.py Compiled to 116 bytes of top-level bytecode opy/gold/class_vs_closure.py Compiled to 166 bytes of top-level bytecode opy/gold/with_statement.py Compiled to 19 bytes of top-level bytecode opy/gold/fib_iterative.py Compiled to 157 bytes of top-level bytecode opy/gold/genexpr_closure.py Compiled to 19 bytes of top-level bytecode opy/gold/continue_.py Compiled to 71 bytes of top-level bytecode opy/gold/genexpr_nested.py Compiled to 88 bytes of top-level bytecode opy/gold/hello_py3.py Compiled to 14 bytes of top-level bytecode opy/gold/load_make_closure.py Compiled to 19 bytes of top-level bytecode opy/gold/fib_recursive.py Compiled to 58 bytes of top-level bytecode opy/gold/hello_py2.py Compiled to 51 bytes of top-level bytecode opy/tools/regrtest.py Compiled to 164 bytes of top-level bytecode opy/tools/compile.py Compiled to 93 bytes of top-level bytecode opy/tools/demo.py Compiled to 94 bytes of top-level bytecode opy/tools/stacktest.py Compiled to 111 bytes of top-level bytecode opy/tools/astgen.py Compiled to 424 bytes of top-level bytecode opy/pytree.py Compiled to 269 bytes of top-level bytecode opy/compiler2/consts_test.py Compiled to 84 bytes of top-level bytecode opy/compiler2/future.py Compiled to 95 bytes of top-level bytecode opy/compiler2/ast.py Compiled to 1894 bytes of top-level bytecode opy/compiler2/pycodegen.py Compiled to 807 bytes of top-level bytecode opy/compiler2/consts.py Compiled to 203 bytes of top-level bytecode opy/compiler2/pyassem.py Compiled to 410 bytes of top-level bytecode opy/compiler2/visitor.py Compiled to 48 bytes of top-level bytecode opy/compiler2/pyassem_test.py Compiled to 86 bytes of top-level bytecode opy/compiler2/transformer.py Compiled to 320 bytes of top-level bytecode opy/compiler2/__init__.py Compiled to 4 bytes of top-level bytecode opy/compiler2/dis_tool.py Compiled to 203 bytes of top-level bytecode opy/compiler2/symbols.py Compiled to 322 bytes of top-level bytecode opy/compiler2/syntax.py Compiled to 48 bytes of top-level bytecode opy/compiler2/symbols_test.py Compiled to 641 bytes of top-level bytecode opy/compiler2/misc.py Compiled to 58 bytes of top-level bytecode opy/opy_main.py Compiled to 510 bytes of top-level bytecode opy/callgraph_test.py Compiled to 139 bytes of top-level bytecode opy/byterun/test_with.py Compiled to 96 bytes of top-level bytecode opy/byterun/test_basic.py Compiled to 219 bytes of top-level bytecode opy/byterun/ovm.py Compiled to 521 bytes of top-level bytecode opy/byterun/test_functions.py Compiled to 169 bytes of top-level bytecode opy/byterun/execfile.py Compiled to 83 bytes of top-level bytecode opy/byterun/test_exceptions.py Compiled to 135 bytes of top-level bytecode opy/byterun/__init__.py Compiled to 4 bytes of top-level bytecode opy/byterun/pyvm2_test.py Compiled to 105 bytes of top-level bytecode opy/byterun/pyobj.py Compiled to 240 bytes of top-level bytecode opy/byterun/pyvm2.py Compiled to 304 bytes of top-level bytecode opy/byterun/vmtest.py Compiled to 169 bytes of top-level bytecode oil_lang/grammar_gen.py Compiled to 553 bytes of top-level bytecode oil_lang/expr_parse_test.py Compiled to 120 bytes of top-level bytecode oil_lang/expr_to_ast.py Compiled to 250 bytes of top-level bytecode oil_lang/__init__.py Compiled to 4 bytes of top-level bytecode oil_lang/cmd_parse.py Compiled to 195 bytes of top-level bytecode oil_lang/expr_parse.py Compiled to 881 bytes of top-level bytecode oil_lang/cmd_parse_test.py Compiled to 104 bytes of top-level bytecode oil_lang/cmd_exec.py Compiled to 32 bytes of top-level bytecode spec/bin/show_fd_table.py Compiled to 145 bytes of top-level bytecode spec/bin/argv.py Compiled to 49 bytes of top-level bytecode spec/bin/read_from_fd.py Compiled to 85 bytes of top-level bytecode spec/bin/printenv.py Compiled to 90 bytes of top-level bytecode spec/bin/stdout_stderr.py Compiled to 73 bytes of top-level bytecode spec/coproc.py Compiled to 119 bytes of top-level bytecode bin/oil.py Compiled to 1364 bytes of top-level bytecode bin/osh_parse.py Compiled to 325 bytes of top-level bytecode bin/__init__.py Compiled to 4 bytes of top-level bytecode bin/opy_.py Compiled to 241 bytes of top-level bytecode benchmarks/fake_libc.py Compiled to 28 bytes of top-level bytecode benchmarks/time.py Compiled to 150 bytes of top-level bytecode benchmarks/virtual_memory.py Compiled to 170 bytes of top-level bytecode benchmarks/pytrace.py Compiled to 191 bytes of top-level bytecode benchmarks/__init__.py Compiled to 4 bytes of top-level bytecode pgen2/pgen.py Compiled to 159 bytes of top-level bytecode pgen2/opmap.py Compiled to 54 bytes of top-level bytecode pgen2/tokenize.py Compiled to 1539 bytes of top-level bytecode pgen2/token.py Compiled to 590 bytes of top-level bytecode pgen2/grammar.py Compiled to 125 bytes of top-level bytecode pgen2/parse.py Compiled to 145 bytes of top-level bytecode pgen2/__init__.py Compiled to 10 bytes of top-level bytecode pgen2/parse_test.py Compiled to 104 bytes of top-level bytecode pgen2/driver.py Compiled to 106 bytes of top-level bytecode osh/string_ops.py Compiled to 225 bytes of top-level bytecode osh/builtin_bracket_test.py Compiled to 136 bytes of top-level bytecode osh/builtin_comp_test.py Compiled to 88 bytes of top-level bytecode osh/string_ops_test.py Compiled to 104 bytes of top-level bytecode osh/braces.py Compiled to 338 bytes of top-level bytecode osh/prompt.py Compiled to 284 bytes of top-level bytecode osh/word_eval.py Compiled to 438 bytes of top-level bytecode osh/cmd_exec_test.py Compiled to 198 bytes of top-level bytecode osh/braces_test.py Compiled to 220 bytes of top-level bytecode osh/expr_eval.py Compiled to 387 bytes of top-level bytecode osh/prompt_test.py Compiled to 168 bytes of top-level bytecode osh/builtin_bracket.py Compiled to 319 bytes of top-level bytecode osh/builtin_comp.py Compiled to 516 bytes of top-level bytecode osh/state.py Compiled to 675 bytes of top-level bytecode osh/arith_parse.py Compiled to 239 bytes of top-level bytecode osh/word_parse_test.py Compiled to 303 bytes of top-level bytecode osh/history.py Compiled to 140 bytes of top-level bytecode osh/glob_.py Compiled to 248 bytes of top-level bytecode osh/history_test.py Compiled to 195 bytes of top-level bytecode osh/word.py Compiled to 539 bytes of top-level bytecode osh/bool_parse_test.py Compiled to 170 bytes of top-level bytecode osh/split_test.py Compiled to 97 bytes of top-level bytecode osh/state_test.py Compiled to 169 bytes of top-level bytecode osh/word_parse.py Compiled to 493 bytes of top-level bytecode osh/word_compile_test.py Compiled to 72 bytes of top-level bytecode osh/builtin_test.py Compiled to 148 bytes of top-level bytecode osh/builtin_printf.py Compiled to 358 bytes of top-level bytecode osh/__init__.py Compiled to 4 bytes of top-level bytecode osh/builtin.py Compiled to 2320 bytes of top-level bytecode osh/bool_parse.py Compiled to 217 bytes of top-level bytecode osh/cmd_parse.py Compiled to 784 bytes of top-level bytecode osh/word_test.py Compiled to 193 bytes of top-level bytecode osh/word_compile.py Compiled to 215 bytes of top-level bytecode osh/word_eval_test.py Compiled to 145 bytes of top-level bytecode osh/cmd_parse_test.py Compiled to 436 bytes of top-level bytecode osh/glob_test.py Compiled to 166 bytes of top-level bytecode osh/split.py Compiled to 1089 bytes of top-level bytecode osh/cmd_exec.py Compiled to 602 bytes of top-level bytecode osh/arith_parse_test.py Compiled to 227 bytes of top-level bytecode core/id_kind_test.py Compiled to 191 bytes of top-level bytecode core/process_test.py Compiled to 350 bytes of top-level bytecode core/completion.py Compiled to 990 bytes of top-level bytecode core/pyutil.py Compiled to 196 bytes of top-level bytecode core/alloc.py Compiled to 126 bytes of top-level bytecode core/process.py Compiled to 579 bytes of top-level bytecode core/id_kind.py Compiled to 234 bytes of top-level bytecode core/comp_ui.py Compiled to 269 bytes of top-level bytecode core/meta.py Compiled to 589 bytes of top-level bytecode core/asdl_gen.py Compiled to 213 bytes of top-level bytecode core/completion_test.py Compiled to 515 bytes of top-level bytecode core/dev.py Compiled to 263 bytes of top-level bytecode core/alloc_test.py Compiled to 104 bytes of top-level bytecode core/util.py Compiled to 390 bytes of top-level bytecode core/id_kind_gen.py Compiled to 196 bytes of top-level bytecode core/ui_test.py Compiled to 118 bytes of top-level bytecode core/__init__.py Compiled to 4 bytes of top-level bytecode core/test_lib.py Compiled to 507 bytes of top-level bytecode core/ui.py Compiled to 365 bytes of top-level bytecode core/main_loop.py Compiled to 219 bytes of top-level bytecode core/util_test.py Compiled to 88 bytes of top-level bytecode core/comp_ui_test.py Compiled to 206 bytes of top-level bytecode misc/old_code.py Compiled to 177 bytes of top-level bytecode misc/old/encode.py Compiled to 173 bytes of top-level bytecode misc/old/gen_oheap_cpp.py Compiled to 344 bytes of top-level bytecode misc/old/__init__.py Compiled to 4 bytes of top-level bytecode misc/__init__.py Compiled to 4 bytes of top-level bytecode frontend/lexer_gen_test.py Compiled to 120 bytes of top-level bytecode frontend/lexer_gen.py Compiled to 390 bytes of top-level bytecode frontend/reader_test.py Compiled to 148 bytes of top-level bytecode frontend/lexer.py Compiled to 255 bytes of top-level bytecode frontend/lex_test.py Compiled to 349 bytes of top-level bytecode frontend/syntax_abbrev.py Compiled to 123 bytes of top-level bytecode frontend/parse_lib.py Compiled to 563 bytes of top-level bytecode frontend/reader.py Compiled to 208 bytes of top-level bytecode frontend/args.py Compiled to 408 bytes of top-level bytecode frontend/lex.py Compiled to 5940 bytes of top-level bytecode frontend/__init__.py Compiled to 4 bytes of top-level bytecode frontend/lexer_test.py Compiled to 120 bytes of top-level bytecode frontend/tdop.py Compiled to 467 bytes of top-level bytecode frontend/args_test.py Compiled to 129 bytes of top-level bytecode frontend/match.py Compiled to 676 bytes of top-level bytecode _devbuild/__init__.py Compiled to 4 bytes of top-level bytecode _devbuild/gen/types_asdl.py Compiled to 269 bytes of top-level bytecode _devbuild/gen/id_kind_asdl.py Compiled to 2194 bytes of top-level bytecode _devbuild/gen/osh_help.py Compiled to 1153 bytes of top-level bytecode _devbuild/gen/find_nt.py Compiled to 46 bytes of top-level bytecode _devbuild/gen/typed_demo_asdl.py Compiled to 567 bytes of top-level bytecode _devbuild/gen/runtime_asdl.py Compiled to 1295 bytes of top-level bytecode _devbuild/gen/syntax_asdl.py Compiled to 4638 bytes of top-level bytecode _devbuild/gen/__init__.py Compiled to 4 bytes of top-level bytecode _devbuild/gen/typed_arith_asdl.py Compiled to 476 bytes of top-level bytecode _devbuild/gen/grammar_nt.py Compiled to 616 bytes of top-level bytecode _devbuild/gen/find_asdl.py Compiled to 552 bytes of top-level bytecode asdl/gen_cpp.py Compiled to 194 bytes of top-level bytecode asdl/format.py Compiled to 307 bytes of top-level bytecode asdl/asdl_demo.py Compiled to 233 bytes of top-level bytecode asdl/gen_python_test.py Compiled to 213 bytes of top-level bytecode asdl/typed_arith_abbrev.py Compiled to 62 bytes of top-level bytecode asdl/meta.py Compiled to 300 bytes of top-level bytecode asdl/pretty.py Compiled to 125 bytes of top-level bytecode asdl/visitor.py Compiled to 78 bytes of top-level bytecode asdl/typed_arith_parse_test.py Compiled to 258 bytes of top-level bytecode asdl/front_end_test.py Compiled to 104 bytes of top-level bytecode asdl/const.py Compiled to 34 bytes of top-level bytecode asdl/tdop_lexer.py Compiled to 155 bytes of top-level bytecode asdl/format_test.py Compiled to 116 bytes of top-level bytecode asdl/__init__.py Compiled to 4 bytes of top-level bytecode asdl/typed_demo.py Compiled to 257 bytes of top-level bytecode asdl/asdl_.py Compiled to 217 bytes of top-level bytecode asdl/tdop.py Compiled to 321 bytes of top-level bytecode asdl/gen_python.py Compiled to 83 bytes of top-level bytecode asdl/typed_arith_parse.py Compiled to 366 bytes of top-level bytecode asdl/front_end.py Compiled to 284 bytes of top-level bytecode asdl/runtime.py Compiled to 266 bytes of top-level bytecode test/wild_report.py Compiled to 454 bytes of top-level bytecode test/wild_report_test.py Compiled to 84 bytes of top-level bytecode test/sh_spec_test.py Compiled to 220 bytes of top-level bytecode test/sh_spec.py Compiled to 1002 bytes of top-level bytecode test/jsontemplate.py Compiled to 1500 bytes of top-level bytecode demo/shedskin/arith_parse.py Compiled to 268 bytes of top-level bytecode demo/shedskin/const.py Compiled to 34 bytes of top-level bytecode demo/shedskin/demo_asdl.py Compiled to 844 bytes of top-level bytecode demo/shedskin/tdop.py Compiled to 258 bytes of top-level bytecode demo/shedskin/runtime.py Compiled to 393 bytes of top-level bytecode demo/bugs/fd_state.py Compiled to 201 bytes of top-level bytecode demo/readline_mod.py Compiled to 149 bytes of top-level bytecode demo/pickle_instance.py Compiled to 286 bytes of top-level bytecode types/refactor.py Compiled to 170 bytes of top-level bytecode types/pyann_driver.py Compiled to 220 bytes of top-level bytecode __init__.py Compiled to 4 bytes of top-level bytecode build/cpython_defs.py Compiled to 565 bytes of top-level bytecode build/app_deps.py Compiled to 232 bytes of top-level bytecode build/setup_fastlex.py Compiled to 99 bytes of top-level bytecode build/setup_line_input.py Compiled to 99 bytes of top-level bytecode build/c_module_toc.py Compiled to 189 bytes of top-level bytecode build/setup_posix.py Compiled to 90 bytes of top-level bytecode build/app_deps_test.py Compiled to 110 bytes of top-level bytecode build/make_zip.py Compiled to 137 bytes of top-level bytecode build/setup.py Compiled to 90 bytes of top-level bytecode build/c_module_srcs.py Compiled to 135 bytes of top-level bytecode build/quick_ref.py Compiled to 319 bytes of top-level bytecode vendor/__init__.py Compiled to 4 bytes of top-level bytecode vendor/typing.py Compiled to 79 bytes of top-level bytecode web/table/csv2html.py Compiled to 315 bytes of top-level bytecode tools/csv_concat.py Compiled to 119 bytes of top-level bytecode tools/deps.py Compiled to 185 bytes of top-level bytecode tools/osh2oil.py Compiled to 266 bytes of top-level bytecode tools/find/parse.py Compiled to 571 bytes of top-level bytecode tools/find/__init__.py Compiled to 4 bytes of top-level bytecode tools/osh2oil_test.py Compiled to 145 bytes of top-level bytecode tools/__init__.py Compiled to 4 bytes of top-level bytecode tools/readlink.py Compiled to 102 bytes of top-level bytecode devtools/completion.py Compiled to 256 bytes of top-level bytecode pylib/path_stat.py Compiled to 52 bytes of top-level bytecode pylib/cgi.py Compiled to 22 bytes of top-level bytecode pylib/path_stat_test.py Compiled to 104 bytes of top-level bytecode pylib/os_.py Compiled to 99 bytes of top-level bytecode pylib/__init__.py Compiled to 4 bytes of top-level bytecode pylib/os_path_test.py Compiled to 104 bytes of top-level bytecode pylib/os_path.py Compiled to 155 bytes of top-level bytecode native/posix_test.py Compiled to 272 bytes of top-level bytecode native/libc_test.py Compiled to 84 bytes of top-level bytecode native/line_input_test.py Compiled to 98 bytes of top-level bytecode native/fastlex_test.py Compiled to 166 bytes of top-level bytecode ovm2/oheap2.py Compiled to 357 bytes of top-level bytecode ovm2/oheap2_test.py Compiled to 104 bytes of top-level bytecode ovm2/__init__.py Compiled to 4 bytes of top-level bytecode _tmp/repo-with-opy/ ├── asdl │   ├── asdl_demo.pyc │   ├── asdl_.pyc │   ├── const.pyc │   ├── format.pyc │   ├── format_test.pyc │   ├── front_end.pyc │   ├── front_end_test.pyc │   ├── gen_cpp.pyc │   ├── gen_python.pyc │   ├── gen_python_test.pyc │   ├── __init__.pyc │   ├── meta.pyc │   ├── pretty.pyc │   ├── runtime.pyc │   ├── tdop_lexer.pyc │   ├── tdop.pyc │   ├── typed_arith_abbrev.pyc │   ├── typed_arith_parse.pyc │   ├── typed_arith_parse_test.pyc │   ├── typed_demo.pyc │   └── visitor.pyc ├── benchmarks │   ├── fake_libc.pyc │   ├── __init__.pyc │   ├── pytrace.pyc │   ├── time.pyc │   └── virtual_memory.pyc ├── bin │   ├── __init__.pyc │   ├── oil.pyc │   ├── opy_.pyc │   └── osh_parse.pyc ├── build │   ├── app_deps.pyc │   ├── app_deps_test.pyc │   ├── c_module_srcs.pyc │   ├── c_module_toc.pyc │   ├── cpython_defs.pyc │   ├── make_zip.pyc │   ├── quick_ref.pyc │   ├── setup_fastlex.pyc │   ├── setup_line_input.pyc │   ├── setup_posix.pyc │   └── setup.pyc ├── core │   ├── alloc.pyc │   ├── alloc_test.pyc │   ├── asdl_gen.pyc │   ├── completion.pyc │   ├── completion_test.pyc │   ├── comp_ui.pyc │   ├── comp_ui_test.pyc │   ├── dev.pyc │   ├── id_kind_gen.pyc │   ├── id_kind.pyc │   ├── id_kind_test.pyc │   ├── __init__.pyc │   ├── main_loop.pyc │   ├── meta.pyc │   ├── process.pyc │   ├── process_test.pyc │   ├── pyutil.pyc │   ├── test_lib.pyc │   ├── ui.pyc │   ├── ui_test.pyc │   ├── util.pyc │   └── util_test.pyc ├── demo │   ├── bugs │   │   └── fd_state.pyc │   ├── pickle_instance.pyc │   ├── readline_mod.pyc │   └── shedskin │   ├── arith_parse.pyc │   ├── const.pyc │   ├── demo_asdl.pyc │   ├── runtime.pyc │   └── tdop.pyc ├── _devbuild │   ├── gen │   │   ├── find_asdl.pyc │   │   ├── find_nt.pyc │   │   ├── grammar_nt.pyc │   │   ├── id_kind_asdl.pyc │   │   ├── __init__.pyc │   │   ├── osh_help.pyc │   │   ├── runtime_asdl.pyc │   │   ├── syntax_asdl.pyc │   │   ├── typed_arith_asdl.pyc │   │   ├── typed_demo_asdl.pyc │   │   └── types_asdl.pyc │   └── __init__.pyc ├── devtools │   └── completion.pyc ├── frontend │   ├── args.pyc │   ├── args_test.pyc │   ├── __init__.pyc │   ├── lexer_gen.pyc │   ├── lexer_gen_test.pyc │   ├── lexer.pyc │   ├── lexer_test.pyc │   ├── lex.pyc │   ├── lex_test.pyc │   ├── match.pyc │   ├── parse_lib.pyc │   ├── reader.pyc │   ├── reader_test.pyc │   ├── syntax_abbrev.pyc │   └── tdop.pyc ├── __init__.pyc ├── misc │   ├── __init__.pyc │   ├── old │   │   ├── encode.pyc │   │   ├── gen_oheap_cpp.pyc │   │   └── __init__.pyc │   └── old_code.pyc ├── native │   ├── fastlex_test.pyc │   ├── libc_test.pyc │   ├── line_input_test.pyc │   └── posix_test.pyc ├── oil_lang │   ├── cmd_exec.pyc │   ├── cmd_parse.pyc │   ├── cmd_parse_test.pyc │   ├── expr_parse.pyc │   ├── expr_parse_test.pyc │   ├── expr_to_ast.pyc │   ├── grammar_gen.pyc │   └── __init__.pyc ├── opy │   ├── byterun │   │   ├── execfile.pyc │   │   ├── __init__.pyc │   │   ├── ovm.pyc │   │   ├── pyobj.pyc │   │   ├── pyvm2.pyc │   │   ├── pyvm2_test.pyc │   │   ├── test_basic.pyc │   │   ├── test_exceptions.pyc │   │   ├── test_functions.pyc │   │   ├── test_with.pyc │   │   └── vmtest.pyc │   ├── callgraph.pyc │   ├── callgraph_test.pyc │   ├── compiler2 │   │   ├── ast.pyc │   │   ├── consts.pyc │   │   ├── consts_test.pyc │   │   ├── dis_tool.pyc │   │   ├── future.pyc │   │   ├── __init__.pyc │   │   ├── misc.pyc │   │   ├── pyassem.pyc │   │   ├── pyassem_test.pyc │   │   ├── pycodegen.pyc │   │   ├── symbols.pyc │   │   ├── symbols_test.pyc │   │   ├── syntax.pyc │   │   ├── transformer.pyc │   │   └── visitor.pyc │   ├── demo │   │   ├── class_scope.pyc │   │   ├── docstring.pyc │   │   └── four_var_kinds.pyc │   ├── gold │   │   ├── class_vs_closure.pyc │   │   ├── continue_.pyc │   │   ├── fib_iterative.pyc │   │   ├── fib_recursive.pyc │   │   ├── generator_exception.pyc │   │   ├── genexpr_closure.pyc │   │   ├── genexpr_iterable_expr.pyc │   │   ├── genexpr_nested.pyc │   │   ├── genexpr.pyc │   │   ├── genexpr_simple.pyc │   │   ├── hello_py2.pyc │   │   ├── hello_py3.pyc │   │   ├── load_make_closure.pyc │   │   ├── regex_compile.pyc │   │   ├── repr_method.pyc │   │   ├── set_and_dict_comp.pyc │   │   ├── slice_bytecode.pyc │   │   └── with_statement.pyc │   ├── __init__.pyc │   ├── lib │   │   ├── dis.pyc │   │   ├── __init__.pyc │   │   ├── inspect.pyc │   │   ├── opcode_gen.pyc │   │   └── opcode.pyc │   ├── misc │   │   ├── ccompile.pyc │   │   ├── determinism.pyc │   │   ├── __init__.pyc │   │   ├── pgen_ast.pyc │   │   ├── py_ast.pyc │   │   └── stdlib_compile.pyc │   ├── opy_main.pyc │   ├── pytree.pyc │   ├── resolve.pyc │   ├── skeleton.pyc │   └── tools │   ├── astgen.pyc │   ├── compile.pyc │   ├── demo.pyc │   ├── regrtest.pyc │   └── stacktest.pyc ├── osh │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── bool_parse.pyc │   ├── bool_parse_test.pyc │   ├── braces.pyc │   ├── braces_test.pyc │   ├── builtin_bracket.pyc │   ├── builtin_bracket_test.pyc │   ├── builtin_comp.pyc │   ├── builtin_comp_test.pyc │   ├── builtin_printf.pyc │   ├── builtin.pyc │   ├── builtin_test.pyc │   ├── cmd_exec.pyc │   ├── cmd_exec_test.pyc │   ├── cmd_parse.pyc │   ├── cmd_parse_test.pyc │   ├── expr_eval.pyc │   ├── glob_.pyc │   ├── glob_test.pyc │   ├── history.pyc │   ├── history_test.pyc │   ├── __init__.pyc │   ├── prompt.pyc │   ├── prompt_test.pyc │   ├── split.pyc │   ├── split_test.pyc │   ├── state.pyc │   ├── state_test.pyc │   ├── string_ops.pyc │   ├── string_ops_test.pyc │   ├── word_compile.pyc │   ├── word_compile_test.pyc │   ├── word_eval.pyc │   ├── word_eval_test.pyc │   ├── word_parse.pyc │   ├── word_parse_test.pyc │   ├── word.pyc │   └── word_test.pyc ├── ovm2 │   ├── __init__.pyc │   ├── oheap2.pyc │   └── oheap2_test.pyc ├── pgen2 │   ├── driver.pyc │   ├── grammar.pyc │   ├── __init__.pyc │   ├── opmap.pyc │   ├── parse.pyc │   ├── parse_test.pyc │   ├── pgen.pyc │   ├── tokenize.pyc │   └── token.pyc ├── pylib │   ├── cgi.pyc │   ├── __init__.pyc │   ├── os_path.pyc │   ├── os_path_test.pyc │   ├── os_.pyc │   ├── path_stat.pyc │   └── path_stat_test.pyc ├── spec │   ├── bin │   │   ├── argv.pyc │   │   ├── printenv.pyc │   │   ├── read_from_fd.pyc │   │   ├── show_fd_table.pyc │   │   └── stdout_stderr.pyc │   └── coproc.pyc ├── test │   ├── jsontemplate.pyc │   ├── sh_spec.pyc │   ├── sh_spec_test.pyc │   ├── wild_report.pyc │   └── wild_report_test.pyc ├── tools │   ├── csv_concat.pyc │   ├── deps.pyc │   ├── find │   │   ├── __init__.pyc │   │   └── parse.pyc │   ├── __init__.pyc │   ├── osh2oil.pyc │   ├── osh2oil_test.pyc │   └── readlink.pyc ├── types │   ├── pyann_driver.pyc │   └── refactor.pyc ├── vendor │   ├── __init__.pyc │   └── typing.pyc └── web └── table └── csv2html.pyc 37 directories, 269 files ~/git/oilshell/oil/opy/_tmp/repo-with-opy ~/git/oilshell/oil/opy 2701 ./asdl/asdl_demo.pyc 6926 ./asdl/asdl_.pyc 254 ./asdl/const.pyc 14695 ./asdl/format.pyc 1822 ./asdl/format_test.pyc 15185 ./asdl/front_end.pyc 1200 ./asdl/front_end_test.pyc 7593 ./asdl/gen_cpp.pyc 8527 ./asdl/gen_python.pyc 5378 ./asdl/gen_python_test.pyc 131 ./asdl/__init__.pyc 5807 ./asdl/meta.pyc 1250 ./asdl/pretty.pyc 5970 ./asdl/runtime.pyc 1280 ./asdl/tdop_lexer.pyc 8112 ./asdl/tdop.pyc 2235 ./asdl/typed_arith_abbrev.pyc 10399 ./asdl/typed_arith_parse.pyc 7523 ./asdl/typed_arith_parse_test.pyc 2005 ./asdl/typed_demo.pyc 5277 ./asdl/visitor.pyc 580 ./benchmarks/fake_libc.pyc 137 ./benchmarks/__init__.pyc 3008 ./benchmarks/pytrace.pyc 2970 ./benchmarks/time.pyc 2885 ./benchmarks/virtual_memory.pyc 130 ./bin/__init__.pyc 23533 ./bin/oil.pyc 2737 ./bin/opy_.pyc 2453 ./bin/osh_parse.pyc 4429 ./build/app_deps.pyc 1162 ./build/app_deps_test.pyc 2069 ./build/c_module_srcs.pyc 1268 ./build/c_module_toc.pyc 12872 ./build/cpython_defs.pyc 1380 ./build/make_zip.pyc 7239 ./build/quick_ref.pyc 542 ./build/setup_fastlex.pyc 546 ./build/setup_line_input.pyc 509 ./build/setup_posix.pyc 497 ./build/setup.pyc 4975 ./core/alloc.pyc 2260 ./core/alloc_test.pyc 3544 ./core/asdl_gen.pyc 33037 ./core/completion.pyc 23399 ./core/completion_test.pyc 14233 ./core/comp_ui.pyc 7831 ./core/comp_ui_test.pyc 9167 ./core/dev.pyc 4334 ./core/id_kind_gen.pyc 12850 ./core/id_kind.pyc 4823 ./core/id_kind_test.pyc 131 ./core/__init__.pyc 4533 ./core/main_loop.pyc 3054 ./core/meta.pyc 32716 ./core/process.pyc 5856 ./core/process_test.pyc 4718 ./core/pyutil.pyc 9185 ./core/test_lib.pyc 8492 ./core/ui.pyc 1474 ./core/ui_test.pyc 8656 ./core/util.pyc 777 ./core/util_test.pyc 1388 ./demo/bugs/fd_state.pyc 1773 ./demo/pickle_instance.pyc 1150 ./demo/readline_mod.pyc 8649 ./demo/shedskin/arith_parse.pyc 263 ./demo/shedskin/const.pyc 12100 ./demo/shedskin/demo_asdl.pyc 7893 ./demo/shedskin/runtime.pyc 10108 ./demo/shedskin/tdop.pyc 24602 ./_devbuild/gen/find_asdl.pyc 343 ./_devbuild/gen/find_nt.pyc 3460 ./_devbuild/gen/grammar_nt.pyc 22062 ./_devbuild/gen/id_kind_asdl.pyc 140 ./_devbuild/gen/__init__.pyc 4075 ./_devbuild/gen/osh_help.pyc 37786 ./_devbuild/gen/runtime_asdl.pyc 264829 ./_devbuild/gen/syntax_asdl.pyc 21959 ./_devbuild/gen/typed_arith_asdl.pyc 20520 ./_devbuild/gen/typed_demo_asdl.pyc 3523 ./_devbuild/gen/types_asdl.pyc 136 ./_devbuild/__init__.pyc 2740 ./devtools/completion.pyc 26518 ./frontend/args.pyc 7640 ./frontend/args_test.pyc 135 ./frontend/__init__.pyc 10806 ./frontend/lexer_gen.pyc 1745 ./frontend/lexer_gen_test.pyc 8945 ./frontend/lexer.pyc 2009 ./frontend/lexer_test.pyc 18241 ./frontend/lex.pyc 15637 ./frontend/lex_test.pyc 7608 ./frontend/match.pyc 11676 ./frontend/parse_lib.pyc 5829 ./frontend/reader.pyc 2256 ./frontend/reader_test.pyc 4412 ./frontend/syntax_abbrev.pyc 11808 ./frontend/tdop.pyc 126 ./__init__.pyc 131 ./misc/__init__.pyc 4235 ./misc/old_code.pyc 9477 ./misc/old/encode.pyc 13746 ./misc/old/gen_oheap_cpp.pyc 135 ./misc/old/__init__.pyc 3326 ./native/fastlex_test.pyc 5440 ./native/libc_test.pyc 865 ./native/line_input_test.pyc 5147 ./native/posix_test.pyc 793 ./oil_lang/cmd_exec.pyc 13070 ./oil_lang/cmd_parse.pyc 1034 ./oil_lang/cmd_parse_test.pyc 6528 ./oil_lang/expr_parse.pyc 1374 ./oil_lang/expr_parse_test.pyc 7200 ./oil_lang/expr_to_ast.pyc 6468 ./oil_lang/grammar_gen.pyc 135 ./oil_lang/__init__.pyc 1290 ./opy/byterun/execfile.pyc 138 ./opy/byterun/__init__.pyc 16969 ./opy/byterun/ovm.pyc 15401 ./opy/byterun/pyobj.pyc 38626 ./opy/byterun/pyvm2.pyc 1291 ./opy/byterun/pyvm2_test.pyc 24574 ./opy/byterun/test_basic.pyc 6894 ./opy/byterun/test_exceptions.pyc 14704 ./opy/byterun/test_functions.pyc 12721 ./opy/byterun/test_with.pyc 3230 ./opy/byterun/vmtest.pyc 12271 ./opy/callgraph.pyc 1165 ./opy/callgraph_test.pyc 73873 ./opy/compiler2/ast.pyc 1093 ./opy/compiler2/consts.pyc 1277 ./opy/compiler2/consts_test.pyc 9435 ./opy/compiler2/dis_tool.pyc 3052 ./opy/compiler2/future.pyc 140 ./opy/compiler2/__init__.pyc 1230 ./opy/compiler2/misc.pyc 29486 ./opy/compiler2/pyassem.pyc 1089 ./opy/compiler2/pyassem_test.pyc 58565 ./opy/compiler2/pycodegen.pyc 20768 ./opy/compiler2/symbols.pyc 2183 ./opy/compiler2/symbols_test.pyc 2084 ./opy/compiler2/syntax.pyc 55823 ./opy/compiler2/transformer.pyc 3810 ./opy/compiler2/visitor.pyc 586 ./opy/demo/class_scope.pyc 632 ./opy/demo/docstring.pyc 2445 ./opy/demo/four_var_kinds.pyc 2645 ./opy/gold/class_vs_closure.pyc 261 ./opy/gold/continue_.pyc 537 ./opy/gold/fib_iterative.pyc 826 ./opy/gold/fib_recursive.pyc 2703 ./opy/gold/generator_exception.pyc 607 ./opy/gold/genexpr_closure.pyc 755 ./opy/gold/genexpr_iterable_expr.pyc 668 ./opy/gold/genexpr_nested.pyc 917 ./opy/gold/genexpr.pyc 1511 ./opy/gold/genexpr_simple.pyc 334 ./opy/gold/hello_py2.pyc 182 ./opy/gold/hello_py3.pyc 743 ./opy/gold/load_make_closure.pyc 395 ./opy/gold/regex_compile.pyc 886 ./opy/gold/repr_method.pyc 462 ./opy/gold/set_and_dict_comp.pyc 414 ./opy/gold/slice_bytecode.pyc 509 ./opy/gold/with_statement.pyc 130 ./opy/__init__.pyc 7783 ./opy/lib/dis.pyc 134 ./opy/lib/__init__.pyc 45660 ./opy/lib/inspect.pyc 1638 ./opy/lib/opcode_gen.pyc 6354 ./opy/lib/opcode.pyc 686 ./opy/misc/ccompile.pyc 1118 ./opy/misc/determinism.pyc 135 ./opy/misc/__init__.pyc 1134 ./opy/misc/pgen_ast.pyc 2215 ./opy/misc/py_ast.pyc 1720 ./opy/misc/stdlib_compile.pyc 17856 ./opy/opy_main.pyc 32615 ./opy/pytree.pyc 6656 ./opy/resolve.pyc 6984 ./opy/skeleton.pyc 13881 ./opy/tools/astgen.pyc 1618 ./opy/tools/compile.pyc 1830 ./opy/tools/demo.pyc 3486 ./opy/tools/regrtest.pyc 1941 ./opy/tools/stacktest.pyc 8247 ./osh/arith_parse.pyc 4374 ./osh/arith_parse_test.pyc 8004 ./osh/bool_parse.pyc 4744 ./osh/bool_parse_test.pyc 12660 ./osh/braces.pyc 5514 ./osh/braces_test.pyc 8199 ./osh/builtin_bracket.pyc 1459 ./osh/builtin_bracket_test.pyc 14366 ./osh/builtin_comp.pyc 794 ./osh/builtin_comp_test.pyc 8283 ./osh/builtin_printf.pyc 47589 ./osh/builtin.pyc 2103 ./osh/builtin_test.pyc 36290 ./osh/cmd_exec.pyc 2829 ./osh/cmd_exec_test.pyc 50972 ./osh/cmd_parse.pyc 41811 ./osh/cmd_parse_test.pyc 19518 ./osh/expr_eval.pyc 9233 ./osh/glob_.pyc 5216 ./osh/glob_test.pyc 4527 ./osh/history.pyc 4671 ./osh/history_test.pyc 130 ./osh/__init__.pyc 6767 ./osh/prompt.pyc 3028 ./osh/prompt_test.pyc 10360 ./osh/split.pyc 5033 ./osh/split_test.pyc 35802 ./osh/state.pyc 8211 ./osh/state_test.pyc 9726 ./osh/string_ops.pyc 2854 ./osh/string_ops_test.pyc 3006 ./osh/word_compile.pyc 549 ./osh/word_compile_test.pyc 32433 ./osh/word_eval.pyc 1816 ./osh/word_eval_test.pyc 36900 ./osh/word_parse.pyc 17113 ./osh/word_parse_test.pyc 17430 ./osh/word.pyc 3222 ./osh/word_test.pyc 131 ./ovm2/__init__.pyc 10690 ./ovm2/oheap2.pyc 1397 ./ovm2/oheap2_test.pyc 2997 ./pgen2/driver.pyc 7458 ./pgen2/grammar.pyc 178 ./pgen2/__init__.pyc 346 ./pgen2/opmap.pyc 8268 ./pgen2/parse.pyc 1037 ./pgen2/parse_test.pyc 14385 ./pgen2/pgen.pyc 19480 ./pgen2/tokenize.pyc 3648 ./pgen2/token.pyc 996 ./pylib/cgi.pyc 132 ./pylib/__init__.pyc 4494 ./pylib/os_path.pyc 937 ./pylib/os_path_test.pyc 2201 ./pylib/os_.pyc 1180 ./pylib/path_stat.pyc 1307 ./pylib/path_stat_test.pyc 4096 ./SIZES.txt 300 ./spec/bin/argv.pyc 407 ./spec/bin/printenv.pyc 1040 ./spec/bin/read_from_fd.pyc 1085 ./spec/bin/show_fd_table.pyc 773 ./spec/bin/stdout_stderr.pyc 1328 ./spec/coproc.pyc 64904 ./test/jsontemplate.pyc 29877 ./test/sh_spec.pyc 3718 ./test/sh_spec_test.pyc 21489 ./test/wild_report.pyc 1319 ./test/wild_report_test.pyc 1147 ./tools/csv_concat.pyc 4558 ./tools/deps.pyc 137 ./tools/find/__init__.pyc 5935 ./tools/find/parse.pyc 132 ./tools/__init__.pyc 26090 ./tools/osh2oil.pyc 2325 ./tools/osh2oil_test.pyc 1057 ./tools/readlink.pyc 3996 ./types/pyann_driver.pyc 1327 ./types/refactor.pyc 133 ./vendor/__init__.pyc 1115 ./vendor/typing.pyc 12497 ./web/table/csv2html.pyc 880319b83f5c415a7105dd3c414610d8 ./asdl/asdl_demo.pyc 39f44ae0744591582029242956895ad9 ./asdl/asdl_.pyc f0607afa1af9962cab7efc863e1bfcca ./asdl/const.pyc 167b95b6c7a50cefd0b8a8fe3c4bef7e ./asdl/format.pyc c2a21f25ab41457af205ef8aca8767f4 ./asdl/format_test.pyc 4cf83d16b2785213e4e00207dc1d3d9a ./asdl/front_end.pyc 255569d03f2ce8be944399040572b4f0 ./asdl/front_end_test.pyc aa7802d1115b8c570caddbfb970b27ef ./asdl/gen_cpp.pyc 18e737097122035bb99c0d67e581096b ./asdl/gen_python.pyc 82f1024949c907cd399b936c26a564fc ./asdl/gen_python_test.pyc e2f5afeebb50e67504f8732d75f4ffca ./asdl/__init__.pyc f2d346933ba9f78af71fed8b1b8066d7 ./asdl/meta.pyc 5ba3f1412dd6ae0630597008795b2ae1 ./asdl/pretty.pyc a6400330f8e28e1bc8a26b6f723dcbda ./asdl/runtime.pyc d932466fae03c5775281ae971a6029b0 ./asdl/tdop_lexer.pyc d43439515d34c5ee07587d16c558aad6 ./asdl/tdop.pyc 87397995cb10693cead6fa82868fc0db ./asdl/typed_arith_abbrev.pyc 5497d3f408c772e86e5a94b0d0f3def6 ./asdl/typed_arith_parse.pyc 51a32ca510ad11f078bbba8f603849ac ./asdl/typed_arith_parse_test.pyc 70c7e2c7e366e140ad2e2b25be0f9a39 ./asdl/typed_demo.pyc 7dd80fc4fb1f49ba20341d9e16db739c ./asdl/visitor.pyc 7aa44611edd976e69513a4156eae3c54 ./benchmarks/fake_libc.pyc b6c2073f51ca0a6bf9a9fe02153f8c7e ./benchmarks/__init__.pyc 9023fb30b2bad087d731fac6625dc708 ./benchmarks/pytrace.pyc 772156636f14b577b04dfe9a466f5c4a ./benchmarks/time.pyc 0133edd5abae67e5accb160725ccd2e5 ./benchmarks/virtual_memory.pyc f4ee659f721b9cf0f22852e3a35ab430 ./bin/__init__.pyc d62fe9c8d1d0f8b6fdd2577c8dccfca4 ./bin/oil.pyc dd7092294365a3a5df7ff7a6abb83c87 ./bin/opy_.pyc 241e632b40775ffa788b5df3100b410b ./bin/osh_parse.pyc c113cc81f10930ce7e0c8d2952ad7c3e ./build/app_deps.pyc de36dde4c17529fceb14b535c13e3958 ./build/app_deps_test.pyc a0497323dd08671dd62a412a36ae69d4 ./build/c_module_srcs.pyc 36c057a258e317bb89cec0e339938206 ./build/c_module_toc.pyc aeab0b5032b77ae09c9ae5362122ee82 ./build/cpython_defs.pyc 6e0d553e29f7000180f85f5b0e960048 ./build/make_zip.pyc e2b565a727802e033cbec7e0431f692c ./build/quick_ref.pyc 33b1701ce3bf3a96d8467dcca1532f5f ./build/setup_fastlex.pyc ea024eecf663e6195d0318db5e4772c9 ./build/setup_line_input.pyc 8507634c69ac3e2d4d4d96412116c8fb ./build/setup_posix.pyc 94f9030254de317dc062063e448acf6e ./build/setup.pyc 6585a548c58885e2855a613c0513b2fe ./core/alloc.pyc 95f1d915d2529b5e0075090436198926 ./core/alloc_test.pyc 135714a868b2809ff74f9ae7a95e6b88 ./core/asdl_gen.pyc c77096e5898896eb2a086ea692468cb0 ./core/completion.pyc d0a5bb77a5977019d425ba7787508c32 ./core/completion_test.pyc d97ab49be9302ffa8806a55638c25e6b ./core/comp_ui.pyc dcd3c6c1bb6c5edbb484778a8a6553ab ./core/comp_ui_test.pyc e49945e973a38324b16d59d1a7b31b8d ./core/dev.pyc e73818d219a914f25023b68e977f6c0e ./core/id_kind_gen.pyc 896c9a47042331749c7535391d106180 ./core/id_kind.pyc 51693f39d2cd8429bd245006f80f78f2 ./core/id_kind_test.pyc b5ceb07b50c91ab8c174be064d3a9b98 ./core/__init__.pyc 86c90153b5d374dee4d6fef9827e14ce ./core/main_loop.pyc 82d51b2e2799d1f0fc2b8918b79b3bde ./core/meta.pyc d1c4ad0f2538b12e345a61868a1c1f2a ./core/process.pyc 4f051c1c9f5ab2818f6a5d651a212272 ./core/process_test.pyc f6cf7fc9f19427b6cbc506f07440a4ad ./core/pyutil.pyc b8c96eb62f04a56880e138bd6fadebe3 ./core/test_lib.pyc 7dc5983bd9a4e611d025f40f7f6e055c ./core/ui.pyc 5de8add9b1e9662b242df7da6fc23fd5 ./core/ui_test.pyc 1d23f7f12349ad116e066148721da2fa ./core/util.pyc ee280fe3e501d502857c40c0c11d3b70 ./core/util_test.pyc da3e57473e26d4aac60dfc8decba0c02 ./demo/bugs/fd_state.pyc f91e08253eb919905c7eb3caf1320684 ./demo/pickle_instance.pyc 181025f7b074befff44f3204e2ba19db ./demo/readline_mod.pyc 2ea1ef5b6622d01ca6afaa9944cc18a3 ./demo/shedskin/arith_parse.pyc 7fc8586c78b52eeccccb6dde330b2343 ./demo/shedskin/const.pyc a55b68e3c45cfd5deef68b3c509ba708 ./demo/shedskin/demo_asdl.pyc 272ea23133466dd5463c659785374e09 ./demo/shedskin/runtime.pyc 2c00f18da72717efeeb687f0a60a1a2b ./demo/shedskin/tdop.pyc 50842e7afa02cad6d5b86d633561d730 ./_devbuild/gen/find_asdl.pyc 10585723f6f8a84a864c7b0243d539b2 ./_devbuild/gen/find_nt.pyc 495c938e14ad27fde17d4ecb9bd9b97c ./_devbuild/gen/grammar_nt.pyc c0bfd102ddf0947f8d1d2b2aeb1e535d ./_devbuild/gen/id_kind_asdl.pyc fc94934c858f0cb16458eaa06803a448 ./_devbuild/gen/__init__.pyc 89336d22100dcba7460c9029b085c17b ./_devbuild/gen/osh_help.pyc de358492f51cb8df1844a1ab715e1f32 ./_devbuild/gen/runtime_asdl.pyc d33ebfb68a18a21c941b1c3ee051e37d ./_devbuild/gen/syntax_asdl.pyc a116ec87db517ca2117fef0119bf7770 ./_devbuild/gen/typed_arith_asdl.pyc 08133f22be527ea6ca52eb92b657d839 ./_devbuild/gen/typed_demo_asdl.pyc 8ab209e3484924283b9c7e2322340965 ./_devbuild/gen/types_asdl.pyc abbeec4f305f096e1bd59c9171f9f951 ./_devbuild/__init__.pyc 3d078dd6c71d5f7d49aa71a1da73b32a ./devtools/completion.pyc 41552dda8cbccf7bcf2e757d8e7dd29a ./frontend/args.pyc 3fdd35f84beafc92f0baf0cabf8140ee ./frontend/args_test.pyc fc35823218e4edabffbf474c6aa5a083 ./frontend/__init__.pyc 1e02f247441d4f724074faa05e496381 ./frontend/lexer_gen.pyc 124aa9dcda551c6bc44765b93e2f71e3 ./frontend/lexer_gen_test.pyc acd41ec6b46df1e2404abff75a0f1204 ./frontend/lexer.pyc 0c59e53bf04442bf283446f7d4bdc22c ./frontend/lexer_test.pyc c9fcea04f6306ed261bfd24045f82d7c ./frontend/lex.pyc c1261540a673669f5d69f8f6c65a02c2 ./frontend/lex_test.pyc b6bc3a94986c4d1a3e50656ece947a48 ./frontend/match.pyc 4dd76c5fcd62ad02a7c7b331d769094c ./frontend/parse_lib.pyc 6640cd292bd8d4a9165c96c3ee0e9907 ./frontend/reader.pyc 2e13207c88abc7952518479250fafc31 ./frontend/reader_test.pyc b74b7c2738dff955518cb7ddf859ef61 ./frontend/syntax_abbrev.pyc 2afb81ff3e7a5bfee31d5c7d02d63b4c ./frontend/tdop.pyc a3dd2c512266b0662fd2ae2318942517 ./__init__.pyc 686c47ea9af2b9ae5f7b1072d0f2a24c ./MD5.txt 13b3a45d8fb1c50227a5a099178478e5 ./misc/__init__.pyc 9d8119ab8f1ac0b16402b39465eca9cc ./misc/old_code.pyc 12ff9a723be2c7850c2905c54e709a40 ./misc/old/encode.pyc bdead36b3bf03974db3560d02cabc4ee ./misc/old/gen_oheap_cpp.pyc 2b21c849227646d832abf40f2e1516bb ./misc/old/__init__.pyc ad55232bc046cda50818a54a2912745b ./native/fastlex_test.pyc 281d4315e13772549e5d4415c294fa2c ./native/libc_test.pyc 2e1297a4163c037f7281654a4bf3345a ./native/line_input_test.pyc aa6006f542393d7a505e88f4f4150db2 ./native/posix_test.pyc d12ab3a928891c8254f1d90291cbfd2e ./oil_lang/cmd_exec.pyc e81c2863f618e507bb02d0805f5834e1 ./oil_lang/cmd_parse.pyc 7bed82e70cc7846c6634ccf5255e0f30 ./oil_lang/cmd_parse_test.pyc 4e7e38dc8ada3a4c5db0af4a41ca2cd2 ./oil_lang/expr_parse.pyc d1128ba389c3cb418c023b668d80b6c6 ./oil_lang/expr_parse_test.pyc 095aa053e4cd4d24fa98fa237b8085b5 ./oil_lang/expr_to_ast.pyc 4bd587d47ef112bc022b59c657b593e0 ./oil_lang/grammar_gen.pyc c02f03b639a3235ee2d85f92b333b241 ./oil_lang/__init__.pyc a8c095bb64210614146a9a1882942cb1 ./opy/byterun/execfile.pyc 4351486477da9f8516329f704e442d63 ./opy/byterun/__init__.pyc a408bdad6129af71e28fe73e6780fafa ./opy/byterun/ovm.pyc 12640d7e8e792e36b51612efe74df8c8 ./opy/byterun/pyobj.pyc 221b4962178faf3834e0fdd880064c7c ./opy/byterun/pyvm2.pyc f290fb5ae3583f930857f4b6b83dd14a ./opy/byterun/pyvm2_test.pyc 1b074ba701ecd7c73f71a55e456faf17 ./opy/byterun/test_basic.pyc e7e9b9cbdbd50831028de1aedc46f3da ./opy/byterun/test_exceptions.pyc a06a8ae19df9df35a006aa8b6cf8468b ./opy/byterun/test_functions.pyc 8e9dc7660900efe389543a915ec57d1d ./opy/byterun/test_with.pyc 607c289887625e4a0074ec16414f8bea ./opy/byterun/vmtest.pyc 87146ca94159e4d5ea2ac5f2a78fd6ff ./opy/callgraph.pyc f810eb40cdabfc83d04623d49eb285fe ./opy/callgraph_test.pyc 57c7e944d7b3c6a3875546c2a51130a6 ./opy/compiler2/ast.pyc b86f66c22f4217b5ddb784018439b57f ./opy/compiler2/consts.pyc 16920f84c2bffab447f003498a518ae9 ./opy/compiler2/consts_test.pyc 8d2d03a62ef4d18840ba8b6d165d0693 ./opy/compiler2/dis_tool.pyc ffcbcbaf00de884a553b2ed74f6854bc ./opy/compiler2/future.pyc 9a966a063eb2f1d858bd8fd4f93652eb ./opy/compiler2/__init__.pyc 294433dcbf784f77ab7e7ccc46e520b4 ./opy/compiler2/misc.pyc 2750e925309e04144f0c37578faa382d ./opy/compiler2/pyassem.pyc 9a3a55c2b5b9eeb0347c78ae65e7b36b ./opy/compiler2/pyassem_test.pyc eabf08e09d48b6f8996b308f89d712a6 ./opy/compiler2/pycodegen.pyc 33cd0f530cd870c4f339285309e974d9 ./opy/compiler2/symbols.pyc 59902623d522d6e2a9740dc0d8e519b0 ./opy/compiler2/symbols_test.pyc 30033bad9734f3b61dbb58e01fe2cd4f ./opy/compiler2/syntax.pyc 488ed77e315e06f7dc4b0b48604c4fb5 ./opy/compiler2/transformer.pyc 5ea153931aa8b08651fea56d42bc6895 ./opy/compiler2/visitor.pyc e7d11de7865c17a241f2a4108e8a3e3f ./opy/demo/class_scope.pyc 92712accd40eebbd91c1bf2f61adb738 ./opy/demo/docstring.pyc 5ec38362c89fef45ae12344bfcee2044 ./opy/demo/four_var_kinds.pyc 57b6bbd962b21294d13627ae6f147de8 ./opy/gold/class_vs_closure.pyc e062d035e979b781bd05be8284391c64 ./opy/gold/continue_.pyc aabd64402c15d6756460aaa4a00aa0ef ./opy/gold/fib_iterative.pyc e33cb2ec1c35abcbec273ff48e0fac79 ./opy/gold/fib_recursive.pyc 61250c40954d7e19e244439c0d0e015c ./opy/gold/generator_exception.pyc 24fde35bc8833fa4f8dda95a062570fb ./opy/gold/genexpr_closure.pyc 147cc2ae5fbfe71eeae87edc14ff3ffe ./opy/gold/genexpr_iterable_expr.pyc 71c09b9dc9c1911a181a89d2268d01b6 ./opy/gold/genexpr_nested.pyc b3ca1db8c47387eb38dd801977bdd204 ./opy/gold/genexpr.pyc d1c90e8145fd18b723e983ce7492a1ad ./opy/gold/genexpr_simple.pyc f836326cd061bed392a06be59e654ffb ./opy/gold/hello_py2.pyc ff7ccf858a5bb14fbba402d1499d5fcf ./opy/gold/hello_py3.pyc afad192d377294415a8e714095601b55 ./opy/gold/load_make_closure.pyc 5761d3cfab5d93a02985a9a4f4ad7496 ./opy/gold/regex_compile.pyc 0e803b0a1a8088c19aa9db48318c3442 ./opy/gold/repr_method.pyc 6b653678000d9f8c797142c5d68072df ./opy/gold/set_and_dict_comp.pyc 48177ab5736f4511a3c3620469b91b2f ./opy/gold/slice_bytecode.pyc 893235a64bc97c55e9d22ca84f1e1504 ./opy/gold/with_statement.pyc d6919dce516fed69cc79b304496f9371 ./opy/__init__.pyc 50bc17400d4432fa17bc320897161f00 ./opy/lib/dis.pyc 8dbfffaf380a47d1a747a4c50a647845 ./opy/lib/__init__.pyc 3f628c55b15e542fa66809b9154baff7 ./opy/lib/inspect.pyc f5ec72dc34781737ce86fd0fe2f77767 ./opy/lib/opcode_gen.pyc 2598f496d9f29fac0e7ae0f1ef453ff3 ./opy/lib/opcode.pyc fa7807d4209fe3c61751e97573b67299 ./opy/misc/ccompile.pyc 3faaf1390362764ed8354036feb692d4 ./opy/misc/determinism.pyc 5ed48b851319ded09c4e2f7431ac2ea3 ./opy/misc/__init__.pyc 40ab0c0be01a1fe9fa4b84d870de09d9 ./opy/misc/pgen_ast.pyc 8eaef021c7599f1d1ad71593e165d8c2 ./opy/misc/py_ast.pyc 8f7fddc9888e0407d099ad4bff1a411a ./opy/misc/stdlib_compile.pyc da09a3533cdb563bf2498e844e4f1af5 ./opy/opy_main.pyc b01884fc6af90e9a9cae76ff24ca33f5 ./opy/pytree.pyc 69426ef0f286218c35a687c819cad9da ./opy/resolve.pyc 03ee4b3c83aeb79775643a690dfb39ec ./opy/skeleton.pyc c5831b5f9c2e058af17f01c3559e7a0d ./opy/tools/astgen.pyc 341045951a70f474c5cff8ac72bb4ceb ./opy/tools/compile.pyc 9e992c73aa1404c2348a4be9b3ce4399 ./opy/tools/demo.pyc b6ab1ab243a0eccb1cbc4ecc870d7e7f ./opy/tools/regrtest.pyc 2ed6ac4065a60ce135e784b6b7217a97 ./opy/tools/stacktest.pyc d6cb6178ae2e9391f20a446ebc667ca2 ./osh/arith_parse.pyc 97ca2206fa0f4d9b7de6f9b9ddab6f20 ./osh/arith_parse_test.pyc 5fcc40d576077f9c5d4f11bdecdfddfe ./osh/bool_parse.pyc 50a698cc7c307cc6149069aa7cff3235 ./osh/bool_parse_test.pyc 73c6f2c1369395c7ddf0f2df6197b4ec ./osh/braces.pyc 92c06c4c9990599e70299cb6a8fc8012 ./osh/braces_test.pyc ec806bd33ac4e07c176cee2dca6f46e1 ./osh/builtin_bracket.pyc 5eb4b839cd6c29a1ba393763d5deb417 ./osh/builtin_bracket_test.pyc d167ffe0e5dba94590fc8d3464d1b3c0 ./osh/builtin_comp.pyc 442dfd099260c3003a0943d35aa90767 ./osh/builtin_comp_test.pyc 57f0d296e827e765cf811fc8a58cc2f2 ./osh/builtin_printf.pyc d33b8f78a6c5cdf3d5669c4fc23c8513 ./osh/builtin.pyc 47127f2e4dae0169a64b12d0c249d50d ./osh/builtin_test.pyc a1f9df47ab365bd88a56219b65ce1b35 ./osh/cmd_exec.pyc 4ce724b8c44f107be91fc22e0bf58a20 ./osh/cmd_exec_test.pyc 5088430c818828e8ea731815af8b16ab ./osh/cmd_parse.pyc 43c386886f72149957d719579f03cc2b ./osh/cmd_parse_test.pyc 6df53bdbd14a3f2b17ee6699c8883234 ./osh/expr_eval.pyc 37614c8ae6ff5a893690c086f5354e9f ./osh/glob_.pyc ec68a88878c7c43e433db666b3947088 ./osh/glob_test.pyc bd6c497f3e225ef00adcb91faeb2007f ./osh/history.pyc 38402dd9b01795d029023592d3ab4d7f ./osh/history_test.pyc 79dbcafa8b0ea5c6aafe9d033cf21d9b ./osh/__init__.pyc 6bbd81054a0170a0cba7e6bb9d22dbf7 ./osh/prompt.pyc 352121e10f15300e79b3578ce0a0e4d8 ./osh/prompt_test.pyc 495c1d9a9edbc91de58cfff35adfba91 ./osh/split.pyc fae4f2f3fce60247a8e27b48f419bbd5 ./osh/split_test.pyc 1d7eef9a07b93139941c039d1e08118a ./osh/state.pyc 9b3f008ac6aa216f6af781380f85f6f6 ./osh/state_test.pyc 26840e13e4a06ea6324c22ca0a87bf31 ./osh/string_ops.pyc 0590461c5615b7e81b1c9953aeb71c70 ./osh/string_ops_test.pyc afe72d63578bf378369b4913af742525 ./osh/word_compile.pyc 49a01f532f14a8b382532160efef49f4 ./osh/word_compile_test.pyc 11b480ab3ccbfbddb6a091df76296316 ./osh/word_eval.pyc 4572f4fe134c2d60e3b1e650bc261edf ./osh/word_eval_test.pyc 42e7afe05296bfb7c9cbea92d986bc7b ./osh/word_parse.pyc 582757bd983477925466dd05143fca81 ./osh/word_parse_test.pyc 266d0cbdb1219da0954c6abb41fca3b5 ./osh/word.pyc 26ddd518208ecd7d243b834979f9f917 ./osh/word_test.pyc 1afd550b5baed5e1a73e64130e72c4b9 ./ovm2/__init__.pyc db7a34004747940cfcbcac318f23929b ./ovm2/oheap2.pyc 38b99934ef182b94da46ce9245d944d8 ./ovm2/oheap2_test.pyc f86c5636bb6a655052896b1a8351d2fc ./pgen2/driver.pyc 4720086c3e3bc769dbde3cc644a503e5 ./pgen2/grammar.pyc 82e4dca2341e30d0685ef5b2290ef8f5 ./pgen2/__init__.pyc b17cf5a6ee6752d54938f8037fa17236 ./pgen2/opmap.pyc f191befc532cdb225a7863d83ce09b11 ./pgen2/parse.pyc f9748dd85b390f0697f66f97d31b5506 ./pgen2/parse_test.pyc e42f7565e9f5edac518c8b483924eefc ./pgen2/pgen.pyc b07d977e5ac6490d57ddc1ea0f66cb64 ./pgen2/tokenize.pyc b3baf47b899f0ee453d08f64e1d5cc4b ./pgen2/token.pyc 46f75973476a8662378f1cdab8993604 ./pylib/cgi.pyc e410a0356c1e31c3139dd4ab633c7fcd ./pylib/__init__.pyc b2d5e5086b3a3eb9b81f04b2cc3edb5b ./pylib/os_path.pyc 7c2ce7e2b023708bcda34b12e21ef244 ./pylib/os_path_test.pyc 335c61116d2863638557e9531906de89 ./pylib/os_.pyc c46681c5ca7b5f73a71db8ca689dd499 ./pylib/path_stat.pyc f8f380e539d767f73cb23f2cdd95643d ./pylib/path_stat_test.pyc f950c98363b4f93eaf214a7f63c78b56 ./SIZES.txt c2fd30c5521ea004520cccaad6a0adb0 ./spec/bin/argv.pyc ffa0399be46a33c428a7583d10da9f81 ./spec/bin/printenv.pyc b011ba73d082d39f998ac994ae2638fe ./spec/bin/read_from_fd.pyc 8f6d0c3f46aa8a16178eb50e1dff4a39 ./spec/bin/show_fd_table.pyc 8bf5d1083cfe35fbc6c94f36b9a33290 ./spec/bin/stdout_stderr.pyc ebcb7fd4ab682b163c90e0799dfacecf ./spec/coproc.pyc bec9f9b824f10f299c7394f2229fd2dd ./test/jsontemplate.pyc a8fa92a99900e478910daa1ea6740263 ./test/sh_spec.pyc c9a9e86c8227ecc706897792dd9b06ba ./test/sh_spec_test.pyc 82f81ce564faec327560e9ff9d5a4767 ./test/wild_report.pyc 4e996f9ffccc747a2ec52a6905e6d134 ./test/wild_report_test.pyc 02da73064ed5893cee924927ce0517e7 ./tools/csv_concat.pyc 6a963bed658041d371b8098a7ec24a4c ./tools/deps.pyc 612ec85afeb29a9ee990b4dbbf2adedc ./tools/find/__init__.pyc fc6af6dd681052f52e3b260d5d235f81 ./tools/find/parse.pyc 56499395ba5b6146fa01a0fa9bc03ef4 ./tools/__init__.pyc 890eead9e44f5b0ed5eb33f871f5a5cd ./tools/osh2oil.pyc 060678accb5d20575a7127a924e223c8 ./tools/osh2oil_test.pyc 9ca135be42ac78ad579247b4d339171f ./tools/readlink.pyc 253094f459e68e5edc7bf38b2d6e32e3 ./types/pyann_driver.pyc 12d69c4e2de3e307a35b5ef4a62d3340 ./types/refactor.pyc a948e151862336bbd8461208f213bc01 ./vendor/__init__.pyc 6b7e1c7bc791ccaf9cad0ee7800122e7 ./vendor/typing.pyc 2c50e189cddedfe675fed4dcbf2ee927 ./web/table/csv2html.pyc ~/git/oilshell/oil/opy '../_devbuild/osh-quick-ref/0-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/0-0-0' '../_devbuild/osh-quick-ref/1-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-0-0' '../_devbuild/osh-quick-ref/10-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/10-0-0' '../_devbuild/osh-quick-ref/10-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/10-1-0' '../_devbuild/osh-quick-ref/10-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/10-2-0' '../_devbuild/osh-quick-ref/10-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/10-3-0' '../_devbuild/osh-quick-ref/10-3-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/10-3-1' '../_devbuild/osh-quick-ref/10-3-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/10-3-2' '../_devbuild/osh-quick-ref/10-3-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/10-3-3' '../_devbuild/osh-quick-ref/10-3-4' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/10-3-4' '../_devbuild/osh-quick-ref/1-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-1-0' '../_devbuild/osh-quick-ref/11-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/11-0-0' '../_devbuild/osh-quick-ref/1-1-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-1-1' '../_devbuild/osh-quick-ref/1-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-2-0' '../_devbuild/osh-quick-ref/12-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/12-0-0' '../_devbuild/osh-quick-ref/1-2-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-2-1' '../_devbuild/osh-quick-ref/12-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/12-1-0' '../_devbuild/osh-quick-ref/1-2-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-2-2' '../_devbuild/osh-quick-ref/12-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/12-2-0' '../_devbuild/osh-quick-ref/1-2-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-2-3' '../_devbuild/osh-quick-ref/1-2-4' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-2-4' '../_devbuild/osh-quick-ref/1-2-5' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-2-5' '../_devbuild/osh-quick-ref/1-2-6' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-2-6' '../_devbuild/osh-quick-ref/1-2-7' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-2-7' '../_devbuild/osh-quick-ref/1-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-3-0' '../_devbuild/osh-quick-ref/1-4-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-4-0' '../_devbuild/osh-quick-ref/1-4-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/1-4-1' '../_devbuild/osh-quick-ref/2-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-0-0' '../_devbuild/osh-quick-ref/2-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-1-0' '../_devbuild/osh-quick-ref/2-1-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-1-1' '../_devbuild/osh-quick-ref/2-1-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-1-2' '../_devbuild/osh-quick-ref/2-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-2-0' '../_devbuild/osh-quick-ref/2-2-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-2-1' '../_devbuild/osh-quick-ref/2-2-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-2-2' '../_devbuild/osh-quick-ref/2-2-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-2-3' '../_devbuild/osh-quick-ref/2-2-4' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-2-4' '../_devbuild/osh-quick-ref/2-2-5' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-2-5' '../_devbuild/osh-quick-ref/2-2-6' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-2-6' '../_devbuild/osh-quick-ref/2-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-3-0' '../_devbuild/osh-quick-ref/2-3-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-3-1' '../_devbuild/osh-quick-ref/2-3-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-3-2' '../_devbuild/osh-quick-ref/2-4-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-4-0' '../_devbuild/osh-quick-ref/2-4-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-4-1' '../_devbuild/osh-quick-ref/2-4-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-4-2' '../_devbuild/osh-quick-ref/2-4-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-4-3' '../_devbuild/osh-quick-ref/2-5-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-5-0' '../_devbuild/osh-quick-ref/2-5-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-5-1' '../_devbuild/osh-quick-ref/2-5-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-5-2' '../_devbuild/osh-quick-ref/2-6-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-6-0' '../_devbuild/osh-quick-ref/2-6-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-6-1' '../_devbuild/osh-quick-ref/2-6-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-6-2' '../_devbuild/osh-quick-ref/2-6-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-6-3' '../_devbuild/osh-quick-ref/2-7-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-7-0' '../_devbuild/osh-quick-ref/2-7-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-7-1' '../_devbuild/osh-quick-ref/2-7-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-7-2' '../_devbuild/osh-quick-ref/2-7-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/2-7-3' '../_devbuild/osh-quick-ref/3-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/3-0-0' '../_devbuild/osh-quick-ref/3-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/3-1-0' '../_devbuild/osh-quick-ref/3-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/3-2-0' '../_devbuild/osh-quick-ref/3-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/3-3-0' '../_devbuild/osh-quick-ref/4-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/4-0-0' '../_devbuild/osh-quick-ref/4-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/4-1-0' '../_devbuild/osh-quick-ref/4-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/4-2-0' '../_devbuild/osh-quick-ref/4-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/4-3-0' '../_devbuild/osh-quick-ref/4-4-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/4-4-0' '../_devbuild/osh-quick-ref/5-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/5-0-0' '../_devbuild/osh-quick-ref/5-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/5-1-0' '../_devbuild/osh-quick-ref/5-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/5-2-0' '../_devbuild/osh-quick-ref/5-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/5-3-0' '../_devbuild/osh-quick-ref/5-4-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/5-4-0' '../_devbuild/osh-quick-ref/6-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-0-0' '../_devbuild/osh-quick-ref/6-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-1-0' '../_devbuild/osh-quick-ref/6-1-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-1-1' '../_devbuild/osh-quick-ref/6-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-2-0' '../_devbuild/osh-quick-ref/6-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-3-0' '../_devbuild/osh-quick-ref/6-4-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-4-0' '../_devbuild/osh-quick-ref/6-5-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-5-0' '../_devbuild/osh-quick-ref/6-5-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-5-1' '../_devbuild/osh-quick-ref/6-5-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-5-2' '../_devbuild/osh-quick-ref/6-5-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-5-3' '../_devbuild/osh-quick-ref/6-5-4' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-5-4' '../_devbuild/osh-quick-ref/6-6-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-6-0' '../_devbuild/osh-quick-ref/6-7-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-7-0' '../_devbuild/osh-quick-ref/6-8-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-8-0' '../_devbuild/osh-quick-ref/6-8-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-8-1' '../_devbuild/osh-quick-ref/6-8-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-8-2' '../_devbuild/osh-quick-ref/6-8-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-8-3' '../_devbuild/osh-quick-ref/6-8-4' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-8-4' '../_devbuild/osh-quick-ref/6-9-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-9-0' '../_devbuild/osh-quick-ref/6-9-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-9-1' '../_devbuild/osh-quick-ref/6-9-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-9-2' '../_devbuild/osh-quick-ref/6-9-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/6-9-3' '../_devbuild/osh-quick-ref/7-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/7-0-0' '../_devbuild/osh-quick-ref/7-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/7-1-0' '../_devbuild/osh-quick-ref/7-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/7-2-0' '../_devbuild/osh-quick-ref/7-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/7-3-0' '../_devbuild/osh-quick-ref/8-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/8-0-0' '../_devbuild/osh-quick-ref/8-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/8-1-0' '../_devbuild/osh-quick-ref/8-1-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/8-1-1' '../_devbuild/osh-quick-ref/8-1-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/8-1-2' '../_devbuild/osh-quick-ref/8-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/8-2-0' '../_devbuild/osh-quick-ref/8-2-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/8-2-1' '../_devbuild/osh-quick-ref/8-2-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/8-2-2' '../_devbuild/osh-quick-ref/8-2-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/8-2-3' '../_devbuild/osh-quick-ref/9-0-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-0-0' '../_devbuild/osh-quick-ref/9-1-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-1-0' '../_devbuild/osh-quick-ref/9-2-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-2-0' '../_devbuild/osh-quick-ref/9-3-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-3-0' '../_devbuild/osh-quick-ref/9-4-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-4-0' '../_devbuild/osh-quick-ref/9-5-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-5-0' '../_devbuild/osh-quick-ref/9-6-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-6-0' '../_devbuild/osh-quick-ref/9-7-0' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-7-0' '../_devbuild/osh-quick-ref/9-7-1' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-7-1' '../_devbuild/osh-quick-ref/9-7-2' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-7-2' '../_devbuild/osh-quick-ref/9-7-3' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-7-3' '../_devbuild/osh-quick-ref/9-7-4' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-7-4' '../_devbuild/osh-quick-ref/9-7-5' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-7-5' '../_devbuild/osh-quick-ref/9-7-6' -> '_tmp/repo-with-cpython/_devbuild/osh-quick-ref/9-7-6' '../asdl/typed_arith.asdl' -> '_tmp/repo-with-cpython/asdl/typed_arith.asdl' '../asdl/typed_demo.asdl' -> '_tmp/repo-with-cpython/asdl/typed_demo.asdl' '_tmp/repo-with-cpython/libc.so' -> '/home/andy/git/oilshell/oil/opy/../libc.so' '_tmp/repo-with-cpython/fastlex.so' -> '/home/andy/git/oilshell/oil/opy/../fastlex.so' '_tmp/repo-with-cpython/oil-version.txt' -> '/home/andy/git/oilshell/oil/opy/../oil-version.txt' '_tmp/repo-with-cpython/_build' -> '/home/andy/git/oilshell/oil/opy/../_build' mkdir: created directory '_tmp/repo-with-cpython/_tmp' '../_devbuild/osh-quick-ref/0-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/0-0-0' '../_devbuild/osh-quick-ref/1-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-0-0' '../_devbuild/osh-quick-ref/10-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/10-0-0' '../_devbuild/osh-quick-ref/10-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/10-1-0' '../_devbuild/osh-quick-ref/10-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/10-2-0' '../_devbuild/osh-quick-ref/10-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/10-3-0' '../_devbuild/osh-quick-ref/10-3-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/10-3-1' '../_devbuild/osh-quick-ref/10-3-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/10-3-2' '../_devbuild/osh-quick-ref/10-3-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/10-3-3' '../_devbuild/osh-quick-ref/10-3-4' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/10-3-4' '../_devbuild/osh-quick-ref/1-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-1-0' '../_devbuild/osh-quick-ref/11-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/11-0-0' '../_devbuild/osh-quick-ref/1-1-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-1-1' '../_devbuild/osh-quick-ref/1-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-2-0' '../_devbuild/osh-quick-ref/12-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/12-0-0' '../_devbuild/osh-quick-ref/1-2-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-2-1' '../_devbuild/osh-quick-ref/12-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/12-1-0' '../_devbuild/osh-quick-ref/1-2-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-2-2' '../_devbuild/osh-quick-ref/12-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/12-2-0' '../_devbuild/osh-quick-ref/1-2-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-2-3' '../_devbuild/osh-quick-ref/1-2-4' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-2-4' '../_devbuild/osh-quick-ref/1-2-5' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-2-5' '../_devbuild/osh-quick-ref/1-2-6' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-2-6' '../_devbuild/osh-quick-ref/1-2-7' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-2-7' '../_devbuild/osh-quick-ref/1-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-3-0' '../_devbuild/osh-quick-ref/1-4-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-4-0' '../_devbuild/osh-quick-ref/1-4-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/1-4-1' '../_devbuild/osh-quick-ref/2-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-0-0' '../_devbuild/osh-quick-ref/2-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-1-0' '../_devbuild/osh-quick-ref/2-1-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-1-1' '../_devbuild/osh-quick-ref/2-1-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-1-2' '../_devbuild/osh-quick-ref/2-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-2-0' '../_devbuild/osh-quick-ref/2-2-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-2-1' '../_devbuild/osh-quick-ref/2-2-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-2-2' '../_devbuild/osh-quick-ref/2-2-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-2-3' '../_devbuild/osh-quick-ref/2-2-4' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-2-4' '../_devbuild/osh-quick-ref/2-2-5' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-2-5' '../_devbuild/osh-quick-ref/2-2-6' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-2-6' '../_devbuild/osh-quick-ref/2-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-3-0' '../_devbuild/osh-quick-ref/2-3-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-3-1' '../_devbuild/osh-quick-ref/2-3-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-3-2' '../_devbuild/osh-quick-ref/2-4-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-4-0' '../_devbuild/osh-quick-ref/2-4-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-4-1' '../_devbuild/osh-quick-ref/2-4-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-4-2' '../_devbuild/osh-quick-ref/2-4-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-4-3' '../_devbuild/osh-quick-ref/2-5-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-5-0' '../_devbuild/osh-quick-ref/2-5-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-5-1' '../_devbuild/osh-quick-ref/2-5-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-5-2' '../_devbuild/osh-quick-ref/2-6-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-6-0' '../_devbuild/osh-quick-ref/2-6-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-6-1' '../_devbuild/osh-quick-ref/2-6-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-6-2' '../_devbuild/osh-quick-ref/2-6-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-6-3' '../_devbuild/osh-quick-ref/2-7-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-7-0' '../_devbuild/osh-quick-ref/2-7-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-7-1' '../_devbuild/osh-quick-ref/2-7-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-7-2' '../_devbuild/osh-quick-ref/2-7-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/2-7-3' '../_devbuild/osh-quick-ref/3-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/3-0-0' '../_devbuild/osh-quick-ref/3-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/3-1-0' '../_devbuild/osh-quick-ref/3-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/3-2-0' '../_devbuild/osh-quick-ref/3-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/3-3-0' '../_devbuild/osh-quick-ref/4-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/4-0-0' '../_devbuild/osh-quick-ref/4-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/4-1-0' '../_devbuild/osh-quick-ref/4-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/4-2-0' '../_devbuild/osh-quick-ref/4-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/4-3-0' '../_devbuild/osh-quick-ref/4-4-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/4-4-0' '../_devbuild/osh-quick-ref/5-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/5-0-0' '../_devbuild/osh-quick-ref/5-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/5-1-0' '../_devbuild/osh-quick-ref/5-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/5-2-0' '../_devbuild/osh-quick-ref/5-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/5-3-0' '../_devbuild/osh-quick-ref/5-4-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/5-4-0' '../_devbuild/osh-quick-ref/6-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-0-0' '../_devbuild/osh-quick-ref/6-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-1-0' '../_devbuild/osh-quick-ref/6-1-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-1-1' '../_devbuild/osh-quick-ref/6-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-2-0' '../_devbuild/osh-quick-ref/6-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-3-0' '../_devbuild/osh-quick-ref/6-4-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-4-0' '../_devbuild/osh-quick-ref/6-5-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-5-0' '../_devbuild/osh-quick-ref/6-5-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-5-1' '../_devbuild/osh-quick-ref/6-5-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-5-2' '../_devbuild/osh-quick-ref/6-5-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-5-3' '../_devbuild/osh-quick-ref/6-5-4' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-5-4' '../_devbuild/osh-quick-ref/6-6-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-6-0' '../_devbuild/osh-quick-ref/6-7-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-7-0' '../_devbuild/osh-quick-ref/6-8-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-8-0' '../_devbuild/osh-quick-ref/6-8-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-8-1' '../_devbuild/osh-quick-ref/6-8-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-8-2' '../_devbuild/osh-quick-ref/6-8-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-8-3' '../_devbuild/osh-quick-ref/6-8-4' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-8-4' '../_devbuild/osh-quick-ref/6-9-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-9-0' '../_devbuild/osh-quick-ref/6-9-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-9-1' '../_devbuild/osh-quick-ref/6-9-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-9-2' '../_devbuild/osh-quick-ref/6-9-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/6-9-3' '../_devbuild/osh-quick-ref/7-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/7-0-0' '../_devbuild/osh-quick-ref/7-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/7-1-0' '../_devbuild/osh-quick-ref/7-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/7-2-0' '../_devbuild/osh-quick-ref/7-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/7-3-0' '../_devbuild/osh-quick-ref/8-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/8-0-0' '../_devbuild/osh-quick-ref/8-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/8-1-0' '../_devbuild/osh-quick-ref/8-1-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/8-1-1' '../_devbuild/osh-quick-ref/8-1-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/8-1-2' '../_devbuild/osh-quick-ref/8-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/8-2-0' '../_devbuild/osh-quick-ref/8-2-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/8-2-1' '../_devbuild/osh-quick-ref/8-2-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/8-2-2' '../_devbuild/osh-quick-ref/8-2-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/8-2-3' '../_devbuild/osh-quick-ref/9-0-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-0-0' '../_devbuild/osh-quick-ref/9-1-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-1-0' '../_devbuild/osh-quick-ref/9-2-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-2-0' '../_devbuild/osh-quick-ref/9-3-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-3-0' '../_devbuild/osh-quick-ref/9-4-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-4-0' '../_devbuild/osh-quick-ref/9-5-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-5-0' '../_devbuild/osh-quick-ref/9-6-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-6-0' '../_devbuild/osh-quick-ref/9-7-0' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-7-0' '../_devbuild/osh-quick-ref/9-7-1' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-7-1' '../_devbuild/osh-quick-ref/9-7-2' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-7-2' '../_devbuild/osh-quick-ref/9-7-3' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-7-3' '../_devbuild/osh-quick-ref/9-7-4' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-7-4' '../_devbuild/osh-quick-ref/9-7-5' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-7-5' '../_devbuild/osh-quick-ref/9-7-6' -> '_tmp/repo-with-opy/_devbuild/osh-quick-ref/9-7-6' '../asdl/typed_arith.asdl' -> '_tmp/repo-with-opy/asdl/typed_arith.asdl' '../asdl/typed_demo.asdl' -> '_tmp/repo-with-opy/asdl/typed_demo.asdl' '_tmp/repo-with-opy/libc.so' -> '/home/andy/git/oilshell/oil/opy/../libc.so' '_tmp/repo-with-opy/fastlex.so' -> '/home/andy/git/oilshell/oil/opy/../fastlex.so' '_tmp/repo-with-opy/oil-version.txt' -> '/home/andy/git/oilshell/oil/opy/../oil-version.txt' '_tmp/repo-with-opy/_build' -> '/home/andy/git/oilshell/oil/opy/../_build' mkdir: created directory '_tmp/repo-with-opy/_tmp'