oil/__init__.py opy/lib/dis.py opy/lib/opcode.py opy/lib/opcode_gen.py opy/lib/inspect.py opy/lib/__init__.py opy/skeleton.py opy/pgen2/pgen.py opy/pgen2/tokenize.py opy/pgen2/token.py opy/pgen2/grammar.py opy/pgen2/parse.py opy/pgen2/__init__.py opy/pgen2/driver.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/__init__.py opy/gold/genexpr_simple.py opy/gold/regex_compile.py opy/gold/generator_exception.py opy/gold/repr_method.py opy/gold/genexpr.py opy/gold/class_vs_closure.py opy/gold/fib_iterative.py opy/gold/hello_py3.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/future.py opy/compiler2/ast.py opy/compiler2/pycodegen.py opy/compiler2/consts.py opy/compiler2/ovm_codegen.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 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/__init__.py bin/opy_.py benchmarks/fake_libc.py benchmarks/time.py benchmarks/virtual_memory.py benchmarks/pytrace.py benchmarks/__init__.py osh/meta.py osh/arith_parse.py osh/word_parse_test.py osh/asdl_gen.py osh/lex_test.py osh/bool_parse_test.py osh/word_parse.py osh/parse_lib.py osh/lex.py osh/__init__.py osh/bool_parse.py osh/cmd_parse.py osh/ast_lib.py osh/cmd_parse_test.py osh/arith_parse_test.py osh/match.py core/id_kind_test.py core/process_test.py core/completion.py core/lexer_gen_test.py core/alloc.py core/braces.py core/process.py core/id_kind.py core/word_eval.py core/lexer_gen.py core/cmd_exec_test.py core/braces_test.py core/reader_test.py core/legacy_test.py core/lexer.py core/expr_eval.py core/state.py core/completion_test.py core/glob_.py core/word.py core/state_test.py core/alloc_test.py core/libstr.py core/util.py core/word_compile_test.py core/builtin_test.py core/reader.py core/libstr_test.py core/test_builtin.py core/id_kind_gen.py core/args.py core/__init__.py core/legacy.py core/test_lib.py core/builtin.py core/ui.py core/lexer_test.py core/word_test.py core/word_compile.py core/tdop.py core/word_eval_test.py core/args_test.py core/glob_test.py core/cmd_exec.py core/util_test.py _devbuild/__init__.py _devbuild/gen/types_asdl.py _devbuild/gen/osh_asdl.py _devbuild/gen/osh_help.py _devbuild/gen/runtime_asdl.py _devbuild/gen/__init__.py asdl/gen_cpp.py asdl/encode.py asdl/format.py asdl/asdl_demo.py asdl/py_meta.py asdl/pretty.py asdl/visitor.py asdl/arith_parse.py asdl/py_meta_test.py asdl/arith_ast.py asdl/const.py asdl/format_test.py asdl/arith_ast_test.py asdl/__init__.py asdl/unpickle.py asdl/unpickle_test.py asdl/asdl_.py asdl/tdop.py asdl/encode_test.py asdl/gen_python.py asdl/front_end.py asdl/arith_parse_test.py test/wild_report.py test/sh_spec_test.py test/sh_spec.py test/jsontemplate.py __init__.py build/app_deps.py build/setup_fastlex.py build/runpy_deps.py build/c_module_toc.py build/app_deps_test.py build/make_zip.py build/setup.py build/c_module_srcs.py build/quick_ref.py web/table/csv2html.py tools/csv_concat.py tools/deps.py tools/osh2oil.py tools/osh2oil_test.py tools/__init__.py tools/readlink.py devtools/completion.py native/libc_test.py native/fastlex_test.py _tmp/repo-with-cpython/ ├── asdl │   ├── arith_ast.pyc │   ├── arith_ast_test.pyc │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── asdl_demo.pyc │   ├── asdl_.pyc │   ├── const.pyc │   ├── encode.pyc │   ├── encode_test.pyc │   ├── format.pyc │   ├── format_test.pyc │   ├── front_end.pyc │   ├── gen_cpp.pyc │   ├── gen_python.pyc │   ├── __init__.pyc │   ├── pretty.pyc │   ├── py_meta.pyc │   ├── py_meta_test.pyc │   ├── tdop.pyc │   ├── unpickle.pyc │   ├── unpickle_test.pyc │   └── visitor.pyc ├── benchmarks │   ├── fake_libc.pyc │   ├── __init__.pyc │   ├── pytrace.pyc │   ├── time.pyc │   └── virtual_memory.pyc ├── bin │   ├── __init__.pyc │   ├── oil.pyc │   └── opy_.pyc ├── build │   ├── app_deps.pyc │   ├── app_deps_test.pyc │   ├── c_module_srcs.pyc │   ├── c_module_toc.pyc │   ├── make_zip.pyc │   ├── quick_ref.pyc │   ├── runpy_deps.pyc │   ├── setup_fastlex.pyc │   └── setup.pyc ├── core │   ├── alloc.pyc │   ├── alloc_test.pyc │   ├── args.pyc │   ├── args_test.pyc │   ├── braces.pyc │   ├── braces_test.pyc │   ├── builtin.pyc │   ├── builtin_test.pyc │   ├── cmd_exec.pyc │   ├── cmd_exec_test.pyc │   ├── completion.pyc │   ├── completion_test.pyc │   ├── expr_eval.pyc │   ├── glob_.pyc │   ├── glob_test.pyc │   ├── id_kind_gen.pyc │   ├── id_kind.pyc │   ├── id_kind_test.pyc │   ├── __init__.pyc │   ├── legacy.pyc │   ├── legacy_test.pyc │   ├── lexer_gen.pyc │   ├── lexer_gen_test.pyc │   ├── lexer.pyc │   ├── lexer_test.pyc │   ├── libstr.pyc │   ├── libstr_test.pyc │   ├── process.pyc │   ├── process_test.pyc │   ├── reader.pyc │   ├── reader_test.pyc │   ├── state.pyc │   ├── state_test.pyc │   ├── tdop.pyc │   ├── test_builtin.pyc │   ├── test_lib.pyc │   ├── ui.pyc │   ├── util.pyc │   ├── util_test.pyc │   ├── word_compile.pyc │   ├── word_compile_test.pyc │   ├── word_eval.pyc │   ├── word_eval_test.pyc │   ├── word.pyc │   └── word_test.pyc ├── _devbuild │   ├── gen │   │   ├── __init__.pyc │   │   ├── osh_asdl.pyc │   │   ├── osh_help.pyc │   │   ├── runtime_asdl.pyc │   │   └── types_asdl.pyc │   └── __init__.pyc ├── devtools │   └── completion.pyc ├── __init__.pyc ├── native │   ├── fastlex_test.pyc │   └── libc_test.pyc ├── oil │   └── __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 │   │   ├── dis_tool.pyc │   │   ├── future.pyc │   │   ├── __init__.pyc │   │   ├── misc.pyc │   │   ├── ovm_codegen.pyc │   │   ├── pyassem.pyc │   │   ├── pyassem_test.pyc │   │   ├── pycodegen.pyc │   │   ├── symbols.pyc │   │   ├── symbols_test.pyc │   │   ├── syntax.pyc │   │   ├── transformer.pyc │   │   └── visitor.pyc │   ├── gold │   │   ├── class_vs_closure.pyc │   │   ├── fib_iterative.pyc │   │   ├── fib_recursive.pyc │   │   ├── generator_exception.pyc │   │   ├── genexpr.pyc │   │   ├── genexpr_simple.pyc │   │   ├── hello_py2.pyc │   │   ├── hello_py3.pyc │   │   ├── regex_compile.pyc │   │   └── repr_method.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 │   ├── pgen2 │   │   ├── driver.pyc │   │   ├── grammar.pyc │   │   ├── __init__.pyc │   │   ├── parse.pyc │   │   ├── pgen.pyc │   │   ├── tokenize.pyc │   │   └── token.pyc │   ├── pytree.pyc │   ├── skeleton.pyc │   └── tools │   ├── astgen.pyc │   ├── compile.pyc │   ├── demo.pyc │   ├── regrtest.pyc │   └── stacktest.pyc ├── osh │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── asdl_gen.pyc │   ├── ast_lib.pyc │   ├── bool_parse.pyc │   ├── bool_parse_test.pyc │   ├── cmd_parse.pyc │   ├── cmd_parse_test.pyc │   ├── __init__.pyc │   ├── lex.pyc │   ├── lex_test.pyc │   ├── match.pyc │   ├── meta.pyc │   ├── parse_lib.pyc │   ├── word_parse.pyc │   └── word_parse_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 ├── tools │   ├── csv_concat.pyc │   ├── deps.pyc │   ├── __init__.pyc │   ├── osh2oil.pyc │   ├── osh2oil_test.pyc │   └── readlink.pyc └── web └── table └── csv2html.pyc 25 directories, 193 files ~/git/oilshell/oil/opy/_tmp/repo-with-cpython ~/git/oilshell/oil/opy 594 ./asdl/arith_ast.pyc 4958 ./asdl/arith_ast_test.pyc 7324 ./asdl/arith_parse.pyc 7585 ./asdl/arith_parse_test.pyc 2559 ./asdl/asdl_demo.pyc 10771 ./asdl/asdl_.pyc 241 ./asdl/const.pyc 8073 ./asdl/encode.pyc 1141 ./asdl/encode_test.pyc 15563 ./asdl/format.pyc 1510 ./asdl/format_test.pyc 12554 ./asdl/front_end.pyc 11447 ./asdl/gen_cpp.pyc 3597 ./asdl/gen_python.pyc 131 ./asdl/__init__.pyc 959 ./asdl/pretty.pyc 8032 ./asdl/py_meta.pyc 721 ./asdl/py_meta_test.pyc 8536 ./asdl/tdop.pyc 18098 ./asdl/unpickle.pyc 839 ./asdl/unpickle_test.pyc 4291 ./asdl/visitor.pyc 531 ./benchmarks/fake_libc.pyc 137 ./benchmarks/__init__.pyc 2555 ./benchmarks/pytrace.pyc 2179 ./benchmarks/time.pyc 2628 ./benchmarks/virtual_memory.pyc 130 ./bin/__init__.pyc 13529 ./bin/oil.pyc 2499 ./bin/opy_.pyc 3464 ./build/app_deps.pyc 1145 ./build/app_deps_test.pyc 1725 ./build/c_module_srcs.pyc 1090 ./build/c_module_toc.pyc 1189 ./build/make_zip.pyc 6116 ./build/quick_ref.pyc 2342 ./build/runpy_deps.pyc 521 ./build/setup_fastlex.pyc 476 ./build/setup.pyc 6889 ./core/alloc.pyc 1895 ./core/alloc_test.pyc 12508 ./core/args.pyc 4709 ./core/args_test.pyc 6105 ./core/braces.pyc 3839 ./core/braces_test.pyc 26792 ./core/builtin.pyc 1291 ./core/builtin_test.pyc 34029 ./core/cmd_exec.pyc 4582 ./core/cmd_exec_test.pyc 20134 ./core/completion.pyc 8386 ./core/completion_test.pyc 14059 ./core/expr_eval.pyc 7441 ./core/glob_.pyc 4764 ./core/glob_test.pyc 3954 ./core/id_kind_gen.pyc 11187 ./core/id_kind.pyc 4084 ./core/id_kind_test.pyc 131 ./core/__init__.pyc 8489 ./core/legacy.pyc 4205 ./core/legacy_test.pyc 8883 ./core/lexer_gen.pyc 1841 ./core/lexer_gen_test.pyc 6213 ./core/lexer.pyc 1768 ./core/lexer_test.pyc 7826 ./core/libstr.pyc 2281 ./core/libstr_test.pyc 21217 ./core/process.pyc 4118 ./core/process_test.pyc 3767 ./core/reader.pyc 2115 ./core/reader_test.pyc 22612 ./core/state.pyc 7366 ./core/state_test.pyc 12099 ./core/tdop.pyc 5335 ./core/test_builtin.pyc 2520 ./core/test_lib.pyc 4636 ./core/ui.pyc 9837 ./core/util.pyc 1758 ./core/util_test.pyc 2371 ./core/word_compile.pyc 522 ./core/word_compile_test.pyc 23196 ./core/word_eval.pyc 735 ./core/word_eval_test.pyc 12671 ./core/word.pyc 706 ./core/word_test.pyc 140 ./_devbuild/gen/__init__.pyc 48652 ./_devbuild/gen/osh_asdl.pyc 3127 ./_devbuild/gen/osh_help.pyc 13451 ./_devbuild/gen/runtime_asdl.pyc 2138 ./_devbuild/gen/types_asdl.pyc 136 ./_devbuild/__init__.pyc 2344 ./devtools/completion.pyc 126 ./__init__.pyc 2788 ./native/fastlex_test.pyc 3175 ./native/libc_test.pyc 130 ./oil/__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 10360 ./opy/callgraph.pyc 966 ./opy/callgraph_test.pyc 76738 ./opy/compiler2/ast.pyc 749 ./opy/compiler2/consts.pyc 7992 ./opy/compiler2/dis_tool.pyc 2724 ./opy/compiler2/future.pyc 140 ./opy/compiler2/__init__.pyc 1061 ./opy/compiler2/misc.pyc 10377 ./opy/compiler2/ovm_codegen.pyc 25607 ./opy/compiler2/pyassem.pyc 989 ./opy/compiler2/pyassem_test.pyc 50449 ./opy/compiler2/pycodegen.pyc 17036 ./opy/compiler2/symbols.pyc 1895 ./opy/compiler2/symbols_test.pyc 1758 ./opy/compiler2/syntax.pyc 47801 ./opy/compiler2/transformer.pyc 3471 ./opy/compiler2/visitor.pyc 1597 ./opy/gold/class_vs_closure.pyc 447 ./opy/gold/fib_iterative.pyc 1145 ./opy/gold/fib_recursive.pyc 2342 ./opy/gold/generator_exception.pyc 778 ./opy/gold/genexpr.pyc 592 ./opy/gold/genexpr_simple.pyc 295 ./opy/gold/hello_py2.pyc 177 ./opy/gold/hello_py3.pyc 289 ./opy/gold/regex_compile.pyc 806 ./opy/gold/repr_method.pyc 130 ./opy/__init__.pyc 6782 ./opy/lib/dis.pyc 134 ./opy/lib/__init__.pyc 41167 ./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 8829 ./opy/opy_main.pyc 1900 ./opy/pgen2/driver.pyc 7452 ./opy/pgen2/grammar.pyc 177 ./opy/pgen2/__init__.pyc 7321 ./opy/pgen2/parse.pyc 12601 ./opy/pgen2/pgen.pyc 17768 ./opy/pgen2/tokenize.pyc 2376 ./opy/pgen2/token.pyc 27441 ./opy/pytree.pyc 3364 ./opy/skeleton.pyc 10768 ./opy/tools/astgen.pyc 1426 ./opy/tools/compile.pyc 1634 ./opy/tools/demo.pyc 2768 ./opy/tools/regrtest.pyc 1687 ./opy/tools/stacktest.pyc 6338 ./osh/arith_parse.pyc 3940 ./osh/arith_parse_test.pyc 2118 ./osh/asdl_gen.pyc 2781 ./osh/ast_lib.pyc 7373 ./osh/bool_parse.pyc 4156 ./osh/bool_parse_test.pyc 36677 ./osh/cmd_parse.pyc 39199 ./osh/cmd_parse_test.pyc 130 ./osh/__init__.pyc 11133 ./osh/lex.pyc 8998 ./osh/lex_test.pyc 4868 ./osh/match.pyc 3912 ./osh/meta.pyc 2635 ./osh/parse_lib.pyc 28351 ./osh/word_parse.pyc 14545 ./osh/word_parse_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 25022 ./test/sh_spec.pyc 3431 ./test/sh_spec_test.pyc 14129 ./test/wild_report.pyc 943 ./tools/csv_concat.pyc 4036 ./tools/deps.pyc 132 ./tools/__init__.pyc 18731 ./tools/osh2oil.pyc 2113 ./tools/osh2oil_test.pyc 772 ./tools/readlink.pyc 9907 ./web/table/csv2html.pyc eeaaa1b07b555cdac9f4b2fbe5675cff ./asdl/arith_ast.pyc 945c593a50239739a0dc35b486b40184 ./asdl/arith_ast_test.pyc 724cf23fe05a90b84c3a322e010dca78 ./asdl/arith_parse.pyc 5f7c5c355f427cdad346de868ccbe55c ./asdl/arith_parse_test.pyc e8bb80b2946ceb6fca657d4747fbc59a ./asdl/asdl_demo.pyc 5f39f4bde2537c45c9f59f26cab88542 ./asdl/asdl_.pyc 02df62f2bebb319accf215382d3158c5 ./asdl/const.pyc bef312226d9d513148156625a1753154 ./asdl/encode.pyc ee57711b4f5074c25fbb71ae10d49453 ./asdl/encode_test.pyc 0d542f6e0b4e6f9d0c787fc10b72f1e2 ./asdl/format.pyc 4f67ce544db1e3d3f0b3c50a02473748 ./asdl/format_test.pyc 1d3e880d0c369560e95ae3b1abb79a61 ./asdl/front_end.pyc 9679e13f8a04a0dc6b8ad3565d7d45f4 ./asdl/gen_cpp.pyc c90cce5499af3142e3251dfc79bd7244 ./asdl/gen_python.pyc 3537431dd2a93d26c14b86c1c1775004 ./asdl/__init__.pyc 1cb95056c6af26f564d33e0ce7d59b02 ./asdl/pretty.pyc b574515568cbc42014c26c636619177e ./asdl/py_meta.pyc 216ed8344110220f3b3a093263fbf837 ./asdl/py_meta_test.pyc 08ecd43c713b2e0b69f85c43b4cbcc5b ./asdl/tdop.pyc 2ed232473fb7e454b6efadac92e9cf08 ./asdl/unpickle.pyc 6934b299d34a7171301b3145d7424a59 ./asdl/unpickle_test.pyc 3446a664f8e3e8d783ea459659539092 ./asdl/visitor.pyc da59d2e14e8e7c805ce4e5a4048c225a ./benchmarks/fake_libc.pyc 10a02c9df3d26a689db62bd9c69496d6 ./benchmarks/__init__.pyc b9e6b18db39ec4c69e59979eee53fb5b ./benchmarks/pytrace.pyc 4b6cafa5f3ad3c77c101a237c6b00e2a ./benchmarks/time.pyc 49873416e8dcdc1a3cc513717f9046cf ./benchmarks/virtual_memory.pyc 5f5a6d2629f6434529ec8d85a3bb3325 ./bin/__init__.pyc b9718968756ee7eff485be3259976ec1 ./bin/oil.pyc e5f93fcf6e1ccfa1cba58bc71559ccd5 ./bin/opy_.pyc 709a6955657581f430141cc2c2cfdae8 ./build/app_deps.pyc 7b4b93a9ee5e057f4375abcb45f2de98 ./build/app_deps_test.pyc cb2e4bf2522ff23f20625030e3a57435 ./build/c_module_srcs.pyc db7deb95d8401478cc19b1e7e7e6ba07 ./build/c_module_toc.pyc 6b449d03c6fc17912d46f391c935065e ./build/make_zip.pyc 2a9349d0c4d796381a16cba878000b16 ./build/quick_ref.pyc f9bd616b04066ccf72bac861f19c8a82 ./build/runpy_deps.pyc 8a9c65432e8b7cebe1c26b2a73821364 ./build/setup_fastlex.pyc 1c665c059e2e911aff3983e92e9e738b ./build/setup.pyc 220c9c3c5dde3b6aad7d3dc89e18826e ./core/alloc.pyc 8c052ce36a2bd21afe0d7f10d8c0d14b ./core/alloc_test.pyc 4a1d4f5885b75b926110b020685d048b ./core/args.pyc 5918e13d3b1362859ff5e55a9f96af1d ./core/args_test.pyc 35832df46865b812f8908642338b761e ./core/braces.pyc 8bf928183954b730e357029f7a76dbed ./core/braces_test.pyc 8ee398a0f6704344b0669b809b54ca5c ./core/builtin.pyc c62f1aac6be2935e578acd51b4e519fb ./core/builtin_test.pyc f17a9e1d6c776d0ef8de9dc8b595b05d ./core/cmd_exec.pyc 17e17f4a10176ea021527144011e3b8b ./core/cmd_exec_test.pyc 3fa5104b5882bbcd982137dab0159bc3 ./core/completion.pyc d59864251a68bee2fcf667bb7e570a10 ./core/completion_test.pyc 632657533a24e366ed9469a98e83b43b ./core/expr_eval.pyc a553af7602e806448e53a55b0d2ad05a ./core/glob_.pyc 997a794d523e3ab9ef926797f49f3fe1 ./core/glob_test.pyc 127311234fe34a02c31863c8e7d90a6b ./core/id_kind_gen.pyc c2df011ea37f607a46b6f1b6d7f231c1 ./core/id_kind.pyc 5c492e2d82cac52af7222cacd87f9279 ./core/id_kind_test.pyc 1cadeee4ec4f0ad9038b705a09a1c068 ./core/__init__.pyc f7f1fa0908e24c0727981855497c414a ./core/legacy.pyc 2f7f32e456f6641511ad3f235856e6b2 ./core/legacy_test.pyc 9bce5350ebb5b1a7ec8a3cbfb4bab43d ./core/lexer_gen.pyc bf86443b73f5e69d9b7333804f132908 ./core/lexer_gen_test.pyc 38a0a21fdc6379e1c4ad891b060aee2a ./core/lexer.pyc 58fb911aaf793bc43122f73b231af726 ./core/lexer_test.pyc 160f9d699c53bb2f2c4ddeee61af70e8 ./core/libstr.pyc 544c1ccfbbeaa9e6e1fdfd6a35adc14f ./core/libstr_test.pyc a7b7348ce3d2d510144f54bf63fe7b97 ./core/process.pyc 4933197332ab2019582c08fcd23caa21 ./core/process_test.pyc 636b4ec38ddced6ee4483471d3588f95 ./core/reader.pyc 10f71d54cdc6b504494cace1791acae5 ./core/reader_test.pyc ddf3a07d212f1cea6bab3e316007f2fa ./core/state.pyc c62a7ffe2531455991efd61e934f38bb ./core/state_test.pyc 6e15229f460de6bbb3c6730f383e5ee9 ./core/tdop.pyc 18a51a860c6b7838dbd39f021c3a855c ./core/test_builtin.pyc 85b90fea26158b3da8498cf553ff22d6 ./core/test_lib.pyc efc7577836071380a5110fa726a8af1c ./core/ui.pyc 7e313bebd70700c59470e0c8efd8d27f ./core/util.pyc 9fd117acbec0b64eec6fae721341bc99 ./core/util_test.pyc 42d527cebd979d322538b7722d33f894 ./core/word_compile.pyc 65a4727f758314021bb01331100e44cc ./core/word_compile_test.pyc 636058ff9d8adaf4cdd6cec5108b6134 ./core/word_eval.pyc 622fea9f397590643339983ea9810a42 ./core/word_eval_test.pyc 3b6660e8f99b0e73f7182b2f6257b27a ./core/word.pyc ad50e5c8abe68b2889b0e29356bda649 ./core/word_test.pyc 4416ba483dfce926ae6542a2e4458166 ./_devbuild/gen/__init__.pyc 91a360447feabf72f62bc0ea51b7d8a5 ./_devbuild/gen/osh_asdl.pyc d28c7df46c179e8a63dc3f2b4b0bcda8 ./_devbuild/gen/osh_help.pyc bfd4cae875740bb8b667ca0501437c6e ./_devbuild/gen/runtime_asdl.pyc 5229f20313a1143949ab3caf9dbea20d ./_devbuild/gen/types_asdl.pyc c13d8f66594d4b294dbdc9e63436c517 ./_devbuild/__init__.pyc 8e267e0f5055bc5bf136328a65458548 ./devtools/completion.pyc f775cab5e1071a1bd529ba7d5d6af719 ./__init__.pyc bea8c7d12904a8678a600c9c6e8f8342 ./native/fastlex_test.pyc 03ec0eeee1268ba667e1462cabc28e01 ./native/libc_test.pyc edb825e8f7d8e0ac3647a478b4a4cc3f ./oil/__init__.pyc 5d482a235e1b48a8e8bb42b596a6ad17 ./opy/byterun/execfile.pyc caf2cf4532a455b396824880e44bf943 ./opy/byterun/__init__.pyc cfcf07f78cd8765a17a755b7d9717883 ./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 87c100288b7122ed0cfeedb9228d62cc ./opy/callgraph.pyc f26c50625db541bb257f746ea8c05821 ./opy/callgraph_test.pyc 46d4ffdab3bbc77f4bb9d0af50f1c95a ./opy/compiler2/ast.pyc 432722bc98254004044593259a082aa7 ./opy/compiler2/consts.pyc 24d734f62713cb0115e9cc390217d9cd ./opy/compiler2/dis_tool.pyc 707fcec29531255df2c38e952a34e453 ./opy/compiler2/future.pyc 6f6bfee010d8135937c24d3001f2add8 ./opy/compiler2/__init__.pyc f36ff97e581a6d3b6262c7ee56ff433d ./opy/compiler2/misc.pyc 589f83bc73abe81c2c84bd210aa787fd ./opy/compiler2/ovm_codegen.pyc 6da0657c333ca702097bafd55def1f0b ./opy/compiler2/pyassem.pyc 314681999646d9b07ccf43d7ceadc259 ./opy/compiler2/pyassem_test.pyc 3eafe4b1dfa81c335b45299d36d08332 ./opy/compiler2/pycodegen.pyc 1d14a1f8516cb774dff9e253e40cc28a ./opy/compiler2/symbols.pyc 72ed22a7e3d5398a5af25612022b9ed7 ./opy/compiler2/symbols_test.pyc d22aa9cae2f3304af4b0d570fe44c2f0 ./opy/compiler2/syntax.pyc 091303b83a7f5524c0bd52cc21bd684e ./opy/compiler2/transformer.pyc 254200624dd76f39bb8f31f421eec5f5 ./opy/compiler2/visitor.pyc 63613ebabdefff5f51ab2a25ac5b279f ./opy/gold/class_vs_closure.pyc 5e5c6e728eb9c29666afbe7b30fd0b51 ./opy/gold/fib_iterative.pyc aab0154b08004a7ace6c8e79682fd8f3 ./opy/gold/fib_recursive.pyc c6601985ba050e2054f1dc5a76d3d0a5 ./opy/gold/generator_exception.pyc 1dd6ec3c29cee3cf0da61b9b547cfea9 ./opy/gold/genexpr.pyc a2d19f0e61fd932649fc9bc897ce3e8b ./opy/gold/genexpr_simple.pyc bb593d44b16beb83ad7786320f650e54 ./opy/gold/hello_py2.pyc b0f9517cc22fe7eecbd4aa91ad8f683b ./opy/gold/hello_py3.pyc 6c22b97bfa2d5ca981809b3ddc6fe93b ./opy/gold/regex_compile.pyc fc79cfd294cd3aff8fda6e82f1f7334c ./opy/gold/repr_method.pyc 523987dc25c086a7e22630bfb5aa7359 ./opy/__init__.pyc 31a61d83265060ee3b49d8265f05e50b ./opy/lib/dis.pyc 7177dea073efd8dcfd01a28fcb36beb0 ./opy/lib/__init__.pyc ae62e3f0bbbf1ddddb83556a5adf2f2a ./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 0808f981801c45a3fbd3f7f26bb8ccea ./opy/misc/pgen_ast.pyc b49a813ea8b5eef81f06f74f19223ba0 ./opy/misc/py_ast.pyc 49645744bbda92de69684d9b1c1acc6e ./opy/misc/stdlib_compile.pyc 371ef49dacbd42e641157670f78ce128 ./opy/opy_main.pyc c3baad9038e7b1ef90776434c323e3ac ./opy/pgen2/driver.pyc fe14731c51ef2a507544833a9d866e4b ./opy/pgen2/grammar.pyc a39b00afb1c6a3d19518f09910b3169d ./opy/pgen2/__init__.pyc 89bf2bba691e1d0d3b1f8dac04ca10e7 ./opy/pgen2/parse.pyc aa3cafa7156d84d811c506f3719bc332 ./opy/pgen2/pgen.pyc c0a27c5af2f37910612ab4b64b9e2959 ./opy/pgen2/tokenize.pyc a4dc5b2bd98761498ca5b79f87f1ea93 ./opy/pgen2/token.pyc 13a968d216b624cf8dd44bdb33067177 ./opy/pytree.pyc 69810bdba9b0dae9388479c5c3d1a142 ./opy/skeleton.pyc e027920185bc803272db60aec6b4683c ./opy/tools/astgen.pyc 17b84fdc58d551cd92681cfd984267c8 ./opy/tools/compile.pyc 71f7ab17cc654dd280acbafadb4e4ce6 ./opy/tools/demo.pyc 8fee3d7f692c317e98430692912da422 ./opy/tools/regrtest.pyc 1ef5eaaf6271776332808801d12dabb0 ./opy/tools/stacktest.pyc 9e1392320776233998a6eeb5786a7a45 ./osh/arith_parse.pyc 8441dd2f1d452d0489dacded3ce6811e ./osh/arith_parse_test.pyc f8a27ea91492177053e2d61e56c4b087 ./osh/asdl_gen.pyc bfc129ddf680139a0f700b675ed1a074 ./osh/ast_lib.pyc 973883dac567c8e2ebd942c7c343124d ./osh/bool_parse.pyc 6346f2017359c8111c0945bba3b9c9fa ./osh/bool_parse_test.pyc c02c37de77977d1fc0bc04b77b420e04 ./osh/cmd_parse.pyc 5b1ff262bedd37d78f53919620132582 ./osh/cmd_parse_test.pyc 56845f371ff605bd19f89046ed3795e2 ./osh/__init__.pyc 0660b3aecb6624a7f7a2e2eb9eee19bd ./osh/lex.pyc cb17a02dc937714b054f80543a68535c ./osh/lex_test.pyc b9ded272536771585c222a3890aa61bc ./osh/match.pyc b3065cdb92eac078e6cf074ccf167985 ./osh/meta.pyc 4191bb413c4b8abe4bc56eb6a861f718 ./osh/parse_lib.pyc 808dc73c2323083f369bfaedab679723 ./osh/word_parse.pyc 112898c9d3cbe208682683177ec2c9fe ./osh/word_parse_test.pyc e413717ea7cd2a81c237dbc0e0d4fae1 ./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 b52381d2379ecc0d370a83a36a14926a ./test/sh_spec.pyc d16cfa816b98556985f1610a4541c4ff ./test/sh_spec_test.pyc 5775fe46b308e68e31745509b376f09a ./test/wild_report.pyc 83b3d72dd35db56457cff4bc127a595d ./tools/csv_concat.pyc c761abc9eb57a049bb258f935d04f06e ./tools/deps.pyc 965febb382ca5f515567c40d9133f90a ./tools/__init__.pyc c9fb63c802fa490cb953e6f6ba77da05 ./tools/osh2oil.pyc 1699872f96e75bfe69145ac983b5e586 ./tools/osh2oil_test.pyc 4009381aa2d3290b1df0d455d8d33ef1 ./tools/readlink.pyc d66e5dc27e62eb1d4f07e5151dceac6b ./web/table/csv2html.pyc ~/git/oilshell/oil/opy oil/__init__.py Compiled to 4 bytes of bytecode opy/lib/dis.py Compiled to 252 bytes of bytecode opy/lib/opcode.py Compiled to 1909 bytes of bytecode opy/lib/opcode_gen.py Compiled to 160 bytes of bytecode opy/lib/inspect.py Compiled to 1007 bytes of bytecode opy/lib/__init__.py Compiled to 4 bytes of bytecode opy/skeleton.py Compiled to 213 bytes of bytecode opy/pgen2/pgen.py Compiled to 166 bytes of bytecode opy/pgen2/tokenize.py Compiled to 1539 bytes of bytecode opy/pgen2/token.py Compiled to 484 bytes of bytecode opy/pgen2/grammar.py Compiled to 174 bytes of bytecode opy/pgen2/parse.py Compiled to 70 bytes of bytecode opy/pgen2/__init__.py Compiled to 10 bytes of bytecode opy/pgen2/driver.py Compiled to 100 bytes of bytecode opy/callgraph.py Compiled to 264 bytes of bytecode opy/misc/pgen_ast.py Compiled to 159 bytes of bytecode opy/misc/ccompile.py Compiled to 71 bytes of bytecode opy/misc/__init__.py Compiled to 4 bytes of bytecode opy/misc/py_ast.py Compiled to 254 bytes of bytecode opy/misc/stdlib_compile.py Compiled to 139 bytes of bytecode opy/misc/determinism.py Compiled to 135 bytes of bytecode opy/__init__.py Compiled to 4 bytes of bytecode opy/gold/genexpr_simple.py Compiled to 52 bytes of bytecode opy/gold/regex_compile.py Compiled to 58 bytes of bytecode opy/gold/generator_exception.py Compiled to 188 bytes of bytecode opy/gold/repr_method.py Compiled to 64 bytes of bytecode opy/gold/genexpr.py Compiled to 116 bytes of bytecode opy/gold/class_vs_closure.py Compiled to 166 bytes of bytecode opy/gold/fib_iterative.py Compiled to 157 bytes of bytecode opy/gold/hello_py3.py Compiled to 14 bytes of bytecode opy/gold/fib_recursive.py Compiled to 156 bytes of bytecode opy/gold/hello_py2.py Compiled to 51 bytes of bytecode opy/tools/regrtest.py Compiled to 164 bytes of bytecode opy/tools/compile.py Compiled to 93 bytes of bytecode opy/tools/demo.py Compiled to 94 bytes of bytecode opy/tools/stacktest.py Compiled to 111 bytes of bytecode opy/tools/astgen.py Compiled to 417 bytes of bytecode opy/pytree.py Compiled to 269 bytes of bytecode opy/compiler2/future.py Compiled to 95 bytes of bytecode opy/compiler2/ast.py Compiled to 1850 bytes of bytecode opy/compiler2/pycodegen.py Compiled to 807 bytes of bytecode opy/compiler2/consts.py Compiled to 124 bytes of bytecode opy/compiler2/ovm_codegen.py Compiled to 190 bytes of bytecode opy/compiler2/pyassem.py Compiled to 410 bytes of bytecode opy/compiler2/visitor.py Compiled to 48 bytes of bytecode opy/compiler2/pyassem_test.py Compiled to 86 bytes of bytecode opy/compiler2/transformer.py Compiled to 320 bytes of bytecode opy/compiler2/__init__.py Compiled to 4 bytes of bytecode opy/compiler2/dis_tool.py Compiled to 234 bytes of bytecode opy/compiler2/symbols.py Compiled to 334 bytes of bytecode opy/compiler2/syntax.py Compiled to 48 bytes of bytecode opy/compiler2/symbols_test.py Compiled to 641 bytes of bytecode opy/compiler2/misc.py Compiled to 58 bytes of bytecode opy/opy_main.py Compiled to 412 bytes of bytecode opy/callgraph_test.py Compiled to 139 bytes of bytecode opy/byterun/test_with.py Compiled to 96 bytes of bytecode opy/byterun/test_basic.py Compiled to 219 bytes of bytecode opy/byterun/ovm.py Compiled to 521 bytes of bytecode opy/byterun/test_functions.py Compiled to 169 bytes of bytecode opy/byterun/execfile.py Compiled to 83 bytes of bytecode opy/byterun/test_exceptions.py Compiled to 135 bytes of bytecode opy/byterun/__init__.py Compiled to 4 bytes of bytecode opy/byterun/pyvm2_test.py Compiled to 105 bytes of bytecode opy/byterun/pyobj.py Compiled to 240 bytes of bytecode opy/byterun/pyvm2.py Compiled to 304 bytes of bytecode opy/byterun/vmtest.py Compiled to 169 bytes of bytecode spec/bin/show_fd_table.py Compiled to 145 bytes of bytecode spec/bin/argv.py Compiled to 49 bytes of bytecode spec/bin/read_from_fd.py Compiled to 85 bytes of bytecode spec/bin/printenv.py Compiled to 90 bytes of bytecode spec/bin/stdout_stderr.py Compiled to 73 bytes of bytecode spec/coproc.py Compiled to 119 bytes of bytecode bin/oil.py Compiled to 933 bytes of bytecode bin/__init__.py Compiled to 4 bytes of bytecode bin/opy_.py Compiled to 302 bytes of bytecode benchmarks/fake_libc.py Compiled to 28 bytes of bytecode benchmarks/time.py Compiled to 125 bytes of bytecode benchmarks/virtual_memory.py Compiled to 170 bytes of bytecode benchmarks/pytrace.py Compiled to 191 bytes of bytecode benchmarks/__init__.py Compiled to 4 bytes of bytecode osh/meta.py Compiled to 773 bytes of bytecode osh/arith_parse.py Compiled to 186 bytes of bytecode osh/word_parse_test.py Compiled to 311 bytes of bytecode osh/asdl_gen.py Compiled to 223 bytes of bytecode osh/lex_test.py Compiled to 342 bytes of bytecode osh/bool_parse_test.py Compiled to 184 bytes of bytecode osh/word_parse.py Compiled to 223 bytes of bytecode osh/parse_lib.py Compiled to 144 bytes of bytecode osh/lex.py Compiled to 3097 bytes of bytecode osh/__init__.py Compiled to 4 bytes of bytecode osh/bool_parse.py Compiled to 174 bytes of bytecode osh/cmd_parse.py Compiled to 221 bytes of bytecode osh/ast_lib.py Compiled to 132 bytes of bytecode osh/cmd_parse_test.py Compiled to 514 bytes of bytecode osh/arith_parse_test.py Compiled to 217 bytes of bytecode osh/match.py Compiled to 409 bytes of bytecode core/id_kind_test.py Compiled to 191 bytes of bytecode core/process_test.py Compiled to 253 bytes of bytecode core/completion.py Compiled to 878 bytes of bytecode core/lexer_gen_test.py Compiled to 118 bytes of bytecode core/alloc.py Compiled to 113 bytes of bytecode core/braces.py Compiled to 270 bytes of bytecode core/process.py Compiled to 473 bytes of bytecode core/id_kind.py Compiled to 150 bytes of bytecode core/word_eval.py Compiled to 380 bytes of bytecode core/lexer_gen.py Compiled to 407 bytes of bytecode core/cmd_exec_test.py Compiled to 315 bytes of bytecode core/braces_test.py Compiled to 175 bytes of bytecode core/reader_test.py Compiled to 132 bytes of bytecode core/legacy_test.py Compiled to 97 bytes of bytecode core/lexer.py Compiled to 145 bytes of bytecode core/expr_eval.py Compiled to 394 bytes of bytecode core/state.py Compiled to 556 bytes of bytecode core/completion_test.py Compiled to 512 bytes of bytecode core/glob_.py Compiled to 235 bytes of bytecode core/word.py Compiled to 302 bytes of bytecode core/state_test.py Compiled to 172 bytes of bytecode core/alloc_test.py Compiled to 88 bytes of bytecode core/libstr.py Compiled to 253 bytes of bytecode core/util.py Compiled to 455 bytes of bytecode core/word_compile_test.py Compiled to 72 bytes of bytecode core/builtin_test.py Compiled to 118 bytes of bytecode core/reader.py Compiled to 150 bytes of bytecode core/libstr_test.py Compiled to 102 bytes of bytecode core/test_builtin.py Compiled to 337 bytes of bytecode core/id_kind_gen.py Compiled to 212 bytes of bytecode core/args.py Compiled to 287 bytes of bytecode core/__init__.py Compiled to 4 bytes of bytecode core/legacy.py Compiled to 766 bytes of bytecode core/test_lib.py Compiled to 124 bytes of bytecode core/builtin.py Compiled to 1773 bytes of bytecode core/ui.py Compiled to 191 bytes of bytecode core/lexer_test.py Compiled to 120 bytes of bytecode core/word_test.py Compiled to 102 bytes of bytecode core/word_compile.py Compiled to 224 bytes of bytecode core/tdop.py Compiled to 325 bytes of bytecode core/word_eval_test.py Compiled to 102 bytes of bytecode core/args_test.py Compiled to 88 bytes of bytecode core/glob_test.py Compiled to 164 bytes of bytecode core/cmd_exec.py Compiled to 632 bytes of bytecode core/util_test.py Compiled to 110 bytes of bytecode _devbuild/__init__.py Compiled to 4 bytes of bytecode _devbuild/gen/types_asdl.py Compiled to 619 bytes of bytecode _devbuild/gen/osh_asdl.py Compiled to 2545 bytes of bytecode _devbuild/gen/osh_help.py Compiled to 874 bytes of bytecode _devbuild/gen/runtime_asdl.py Compiled to 1934 bytes of bytecode _devbuild/gen/__init__.py Compiled to 4 bytes of bytecode asdl/gen_cpp.py Compiled to 335 bytes of bytecode asdl/encode.py Compiled to 173 bytes of bytecode asdl/format.py Compiled to 401 bytes of bytecode asdl/asdl_demo.py Compiled to 272 bytes of bytecode asdl/py_meta.py Compiled to 189 bytes of bytecode asdl/pretty.py Compiled to 125 bytes of bytecode asdl/visitor.py Compiled to 78 bytes of bytecode asdl/arith_parse.py Compiled to 265 bytes of bytecode asdl/py_meta_test.py Compiled to 102 bytes of bytecode asdl/arith_ast.py Compiled to 157 bytes of bytecode asdl/const.py Compiled to 34 bytes of bytecode asdl/format_test.py Compiled to 116 bytes of bytecode asdl/arith_ast_test.py Compiled to 259 bytes of bytecode asdl/__init__.py Compiled to 4 bytes of bytecode asdl/unpickle.py Compiled to 476 bytes of bytecode asdl/unpickle_test.py Compiled to 102 bytes of bytecode asdl/asdl_.py Compiled to 457 bytes of bytecode asdl/tdop.py Compiled to 258 bytes of bytecode asdl/encode_test.py Compiled to 104 bytes of bytecode asdl/gen_python.py Compiled to 65 bytes of bytecode asdl/front_end.py Compiled to 266 bytes of bytecode asdl/arith_parse_test.py Compiled to 248 bytes of bytecode test/wild_report.py Compiled to 365 bytes of bytecode test/sh_spec_test.py Compiled to 220 bytes of bytecode test/sh_spec.py Compiled to 990 bytes of bytecode test/jsontemplate.py Compiled to 1500 bytes of bytecode __init__.py Compiled to 4 bytes of bytecode build/app_deps.py Compiled to 239 bytes of bytecode build/setup_fastlex.py Compiled to 99 bytes of bytecode build/runpy_deps.py Compiled to 188 bytes of bytecode build/c_module_toc.py Compiled to 189 bytes of bytecode build/app_deps_test.py Compiled to 110 bytes of bytecode build/make_zip.py Compiled to 137 bytes of bytecode build/setup.py Compiled to 90 bytes of bytecode build/c_module_srcs.py Compiled to 135 bytes of bytecode build/quick_ref.py Compiled to 319 bytes of bytecode web/table/csv2html.py Compiled to 315 bytes of bytecode tools/csv_concat.py Compiled to 119 bytes of bytecode tools/deps.py Compiled to 234 bytes of bytecode tools/osh2oil.py Compiled to 277 bytes of bytecode tools/osh2oil_test.py Compiled to 154 bytes of bytecode tools/__init__.py Compiled to 4 bytes of bytecode tools/readlink.py Compiled to 92 bytes of bytecode devtools/completion.py Compiled to 256 bytes of bytecode native/libc_test.py Compiled to 84 bytes of bytecode native/fastlex_test.py Compiled to 153 bytes of bytecode _tmp/repo-with-opy/ ├── asdl │   ├── arith_ast.pyc │   ├── arith_ast_test.pyc │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── asdl_demo.pyc │   ├── asdl_.pyc │   ├── const.pyc │   ├── encode.pyc │   ├── encode_test.pyc │   ├── format.pyc │   ├── format_test.pyc │   ├── front_end.pyc │   ├── gen_cpp.pyc │   ├── gen_python.pyc │   ├── __init__.pyc │   ├── pretty.pyc │   ├── py_meta.pyc │   ├── py_meta_test.pyc │   ├── tdop.pyc │   ├── unpickle.pyc │   ├── unpickle_test.pyc │   └── visitor.pyc ├── benchmarks │   ├── fake_libc.pyc │   ├── __init__.pyc │   ├── pytrace.pyc │   ├── time.pyc │   └── virtual_memory.pyc ├── bin │   ├── __init__.pyc │   ├── oil.pyc │   └── opy_.pyc ├── build │   ├── app_deps.pyc │   ├── app_deps_test.pyc │   ├── c_module_srcs.pyc │   ├── c_module_toc.pyc │   ├── make_zip.pyc │   ├── quick_ref.pyc │   ├── runpy_deps.pyc │   ├── setup_fastlex.pyc │   └── setup.pyc ├── core │   ├── alloc.pyc │   ├── alloc_test.pyc │   ├── args.pyc │   ├── args_test.pyc │   ├── braces.pyc │   ├── braces_test.pyc │   ├── builtin.pyc │   ├── builtin_test.pyc │   ├── cmd_exec.pyc │   ├── cmd_exec_test.pyc │   ├── completion.pyc │   ├── completion_test.pyc │   ├── expr_eval.pyc │   ├── glob_.pyc │   ├── glob_test.pyc │   ├── id_kind_gen.pyc │   ├── id_kind.pyc │   ├── id_kind_test.pyc │   ├── __init__.pyc │   ├── legacy.pyc │   ├── legacy_test.pyc │   ├── lexer_gen.pyc │   ├── lexer_gen_test.pyc │   ├── lexer.pyc │   ├── lexer_test.pyc │   ├── libstr.pyc │   ├── libstr_test.pyc │   ├── process.pyc │   ├── process_test.pyc │   ├── reader.pyc │   ├── reader_test.pyc │   ├── state.pyc │   ├── state_test.pyc │   ├── tdop.pyc │   ├── test_builtin.pyc │   ├── test_lib.pyc │   ├── ui.pyc │   ├── util.pyc │   ├── util_test.pyc │   ├── word_compile.pyc │   ├── word_compile_test.pyc │   ├── word_eval.pyc │   ├── word_eval_test.pyc │   ├── word.pyc │   └── word_test.pyc ├── _devbuild │   ├── gen │   │   ├── __init__.pyc │   │   ├── osh_asdl.pyc │   │   ├── osh_help.pyc │   │   ├── runtime_asdl.pyc │   │   └── types_asdl.pyc │   └── __init__.pyc ├── devtools │   └── completion.pyc ├── __init__.pyc ├── native │   ├── fastlex_test.pyc │   └── libc_test.pyc ├── oil │   └── __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 │   │   ├── dis_tool.pyc │   │   ├── future.pyc │   │   ├── __init__.pyc │   │   ├── misc.pyc │   │   ├── ovm_codegen.pyc │   │   ├── pyassem.pyc │   │   ├── pyassem_test.pyc │   │   ├── pycodegen.pyc │   │   ├── symbols.pyc │   │   ├── symbols_test.pyc │   │   ├── syntax.pyc │   │   ├── transformer.pyc │   │   └── visitor.pyc │   ├── gold │   │   ├── class_vs_closure.pyc │   │   ├── fib_iterative.pyc │   │   ├── fib_recursive.pyc │   │   ├── generator_exception.pyc │   │   ├── genexpr.pyc │   │   ├── genexpr_simple.pyc │   │   ├── hello_py2.pyc │   │   ├── hello_py3.pyc │   │   ├── regex_compile.pyc │   │   └── repr_method.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 │   ├── pgen2 │   │   ├── driver.pyc │   │   ├── grammar.pyc │   │   ├── __init__.pyc │   │   ├── parse.pyc │   │   ├── pgen.pyc │   │   ├── tokenize.pyc │   │   └── token.pyc │   ├── pytree.pyc │   ├── skeleton.pyc │   └── tools │   ├── astgen.pyc │   ├── compile.pyc │   ├── demo.pyc │   ├── regrtest.pyc │   └── stacktest.pyc ├── osh │   ├── arith_parse.pyc │   ├── arith_parse_test.pyc │   ├── asdl_gen.pyc │   ├── ast_lib.pyc │   ├── bool_parse.pyc │   ├── bool_parse_test.pyc │   ├── cmd_parse.pyc │   ├── cmd_parse_test.pyc │   ├── __init__.pyc │   ├── lex.pyc │   ├── lex_test.pyc │   ├── match.pyc │   ├── meta.pyc │   ├── parse_lib.pyc │   ├── word_parse.pyc │   └── word_parse_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 ├── tools │   ├── csv_concat.pyc │   ├── deps.pyc │   ├── __init__.pyc │   ├── osh2oil.pyc │   ├── osh2oil_test.pyc │   └── readlink.pyc └── web └── table └── csv2html.pyc 25 directories, 193 files ~/git/oilshell/oil/opy/_tmp/repo-with-opy ~/git/oilshell/oil/opy 686 ./asdl/arith_ast.pyc 5745 ./asdl/arith_ast_test.pyc 8534 ./asdl/arith_parse.pyc 8200 ./asdl/arith_parse_test.pyc 3130 ./asdl/asdl_demo.pyc 11948 ./asdl/asdl_.pyc 254 ./asdl/const.pyc 9363 ./asdl/encode.pyc 1261 ./asdl/encode_test.pyc 18117 ./asdl/format.pyc 1744 ./asdl/format_test.pyc 15224 ./asdl/front_end.pyc 13939 ./asdl/gen_cpp.pyc 4094 ./asdl/gen_python.pyc 131 ./asdl/__init__.pyc 1230 ./asdl/pretty.pyc 9289 ./asdl/py_meta.pyc 848 ./asdl/py_meta_test.pyc 9807 ./asdl/tdop.pyc 20866 ./asdl/unpickle.pyc 1060 ./asdl/unpickle_test.pyc 4813 ./asdl/visitor.pyc 562 ./benchmarks/fake_libc.pyc 137 ./benchmarks/__init__.pyc 3004 ./benchmarks/pytrace.pyc 2500 ./benchmarks/time.pyc 2885 ./benchmarks/virtual_memory.pyc 130 ./bin/__init__.pyc 16610 ./bin/oil.pyc 2852 ./bin/opy_.pyc 4420 ./build/app_deps.pyc 1162 ./build/app_deps_test.pyc 1983 ./build/c_module_srcs.pyc 1268 ./build/c_module_toc.pyc 1363 ./build/make_zip.pyc 7239 ./build/quick_ref.pyc 2814 ./build/runpy_deps.pyc 542 ./build/setup_fastlex.pyc 497 ./build/setup.pyc 7659 ./core/alloc.pyc 1995 ./core/alloc_test.pyc 16105 ./core/args.pyc 5167 ./core/args_test.pyc 7484 ./core/braces.pyc 4258 ./core/braces_test.pyc 32135 ./core/builtin.pyc 1520 ./core/builtin_test.pyc 39510 ./core/cmd_exec.pyc 5348 ./core/cmd_exec_test.pyc 24084 ./core/completion.pyc 9401 ./core/completion_test.pyc 16400 ./core/expr_eval.pyc 8912 ./core/glob_.pyc 5111 ./core/glob_test.pyc 4908 ./core/id_kind_gen.pyc 11458 ./core/id_kind.pyc 4810 ./core/id_kind_test.pyc 131 ./core/__init__.pyc 10129 ./core/legacy.pyc 4667 ./core/legacy_test.pyc 10708 ./core/lexer_gen.pyc 1698 ./core/lexer_gen_test.pyc 7649 ./core/lexer.pyc 1947 ./core/lexer_test.pyc 9019 ./core/libstr.pyc 2483 ./core/libstr_test.pyc 24481 ./core/process.pyc 4773 ./core/process_test.pyc 4434 ./core/reader.pyc 2292 ./core/reader_test.pyc 25968 ./core/state.pyc 8068 ./core/state_test.pyc 14000 ./core/tdop.pyc 6372 ./core/test_builtin.pyc 3066 ./core/test_lib.pyc 5501 ./core/ui.pyc 11318 ./core/util.pyc 1933 ./core/util_test.pyc 2808 ./core/word_compile.pyc 551 ./core/word_compile_test.pyc 27325 ./core/word_eval.pyc 868 ./core/word_eval_test.pyc 14901 ./core/word.pyc 824 ./core/word_test.pyc 140 ./_devbuild/gen/__init__.pyc 49035 ./_devbuild/gen/osh_asdl.pyc 3134 ./_devbuild/gen/osh_help.pyc 14047 ./_devbuild/gen/runtime_asdl.pyc 2345 ./_devbuild/gen/types_asdl.pyc 136 ./_devbuild/__init__.pyc 2740 ./devtools/completion.pyc 126 ./__init__.pyc 3239 ./native/fastlex_test.pyc 3178 ./native/libc_test.pyc 130 ./oil/__init__.pyc 1290 ./opy/byterun/execfile.pyc 138 ./opy/byterun/__init__.pyc 16969 ./opy/byterun/ovm.pyc 15417 ./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 12330 ./opy/callgraph.pyc 1154 ./opy/callgraph_test.pyc 87343 ./opy/compiler2/ast.pyc 849 ./opy/compiler2/consts.pyc 9846 ./opy/compiler2/dis_tool.pyc 3052 ./opy/compiler2/future.pyc 140 ./opy/compiler2/__init__.pyc 1230 ./opy/compiler2/misc.pyc 12839 ./opy/compiler2/ovm_codegen.pyc 29453 ./opy/compiler2/pyassem.pyc 1089 ./opy/compiler2/pyassem_test.pyc 58408 ./opy/compiler2/pycodegen.pyc 20554 ./opy/compiler2/symbols.pyc 2183 ./opy/compiler2/symbols_test.pyc 2084 ./opy/compiler2/syntax.pyc 55818 ./opy/compiler2/transformer.pyc 3810 ./opy/compiler2/visitor.pyc 2645 ./opy/gold/class_vs_closure.pyc 537 ./opy/gold/fib_iterative.pyc 1374 ./opy/gold/fib_recursive.pyc 2703 ./opy/gold/generator_exception.pyc 933 ./opy/gold/genexpr.pyc 723 ./opy/gold/genexpr_simple.pyc 334 ./opy/gold/hello_py2.pyc 182 ./opy/gold/hello_py3.pyc 395 ./opy/gold/regex_compile.pyc 886 ./opy/gold/repr_method.pyc 130 ./opy/__init__.pyc 7783 ./opy/lib/dis.pyc 134 ./opy/lib/__init__.pyc 45664 ./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 10548 ./opy/opy_main.pyc 2348 ./opy/pgen2/driver.pyc 8017 ./opy/pgen2/grammar.pyc 182 ./opy/pgen2/__init__.pyc 7995 ./opy/pgen2/parse.pyc 14698 ./opy/pgen2/pgen.pyc 19560 ./opy/pgen2/tokenize.pyc 2806 ./opy/pgen2/token.pyc 32615 ./opy/pytree.pyc 4211 ./opy/skeleton.pyc 12894 ./opy/tools/astgen.pyc 1618 ./opy/tools/compile.pyc 1830 ./opy/tools/demo.pyc 3486 ./opy/tools/regrtest.pyc 1941 ./opy/tools/stacktest.pyc 7909 ./osh/arith_parse.pyc 4373 ./osh/arith_parse_test.pyc 2631 ./osh/asdl_gen.pyc 3298 ./osh/ast_lib.pyc 8597 ./osh/bool_parse.pyc 4782 ./osh/bool_parse_test.pyc 42529 ./osh/cmd_parse.pyc 43136 ./osh/cmd_parse_test.pyc 130 ./osh/__init__.pyc 12109 ./osh/lex.pyc 10318 ./osh/lex_test.pyc 5665 ./osh/match.pyc 4383 ./osh/meta.pyc 3294 ./osh/parse_lib.pyc 32859 ./osh/word_parse.pyc 16441 ./osh/word_parse_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 64927 ./test/jsontemplate.pyc 29817 ./test/sh_spec.pyc 3718 ./test/sh_spec_test.pyc 15962 ./test/wild_report.pyc 1147 ./tools/csv_concat.pyc 4638 ./tools/deps.pyc 132 ./tools/__init__.pyc 22081 ./tools/osh2oil.pyc 2334 ./tools/osh2oil_test.pyc 1011 ./tools/readlink.pyc 12524 ./web/table/csv2html.pyc 89e47812376582e35b12d35efbc91981 ./asdl/arith_ast.pyc 8e8947de4f40744e838bea44285e234c ./asdl/arith_ast_test.pyc 72c663bb70310ed2c8f2688a63defcf1 ./asdl/arith_parse.pyc b38cfea3a6b8d3595242e2ef2b9a063b ./asdl/arith_parse_test.pyc 3786cef73e086a8959eaceb9f5024d64 ./asdl/asdl_demo.pyc a4e15a315b9dc51fdea03c993591afff ./asdl/asdl_.pyc 1d91dca2bef6b7a3dd8ead3f82d768a1 ./asdl/const.pyc f024ad150c9bff875eab659c41883205 ./asdl/encode.pyc b1f7228208d116253aec819ad636ff95 ./asdl/encode_test.pyc c65d497889a86a80213abdb3e6f0b35a ./asdl/format.pyc 3dae622946e31b526fc2dd170aec8ff0 ./asdl/format_test.pyc fc773947d04e8e9d48c932f5f520d228 ./asdl/front_end.pyc 9f3ef018680e5c219985a3ba70547882 ./asdl/gen_cpp.pyc 706d0f779fcb4d8148f1d8cc31f16283 ./asdl/gen_python.pyc 9db4a025bb6aef6d2a8d6c45ae099ca5 ./asdl/__init__.pyc ed9d3bf22ae8244041494edae21d21bc ./asdl/pretty.pyc ec6fef63d1f835af89c9b1203ac83e4c ./asdl/py_meta.pyc 46413a87a07c638956204d45783ddb32 ./asdl/py_meta_test.pyc cee65cd986377414e33ce8ee02610cae ./asdl/tdop.pyc 848eb2d50a1ccf87cc2732f6d2d18a04 ./asdl/unpickle.pyc 7070af7dbb735c5e1e8b4e0297e313cf ./asdl/unpickle_test.pyc 25327d8c323e5152e0021f1a76dbc3d4 ./asdl/visitor.pyc 4407eeb68c9ddd0006bf087a5c95a3e2 ./benchmarks/fake_libc.pyc 364850fb6d075ac44cafafa14c810483 ./benchmarks/__init__.pyc 5843610b4b5d76db5f8931503ec7e067 ./benchmarks/pytrace.pyc 8723c23563018af7ae01f2c8467f6c3c ./benchmarks/time.pyc 05d838d177ba2a559fd574bd20a54e66 ./benchmarks/virtual_memory.pyc e8b2672f77c3b1b315874ef1fea61f51 ./bin/__init__.pyc e505ad0dbbb945eadcae20fe8e2e7c38 ./bin/oil.pyc 8628211f538ad87d24969d9459163810 ./bin/opy_.pyc fc4058f8479b6637824581f9926e7253 ./build/app_deps.pyc f188c751f825c1ef59563d490f7b8add ./build/app_deps_test.pyc fdbbb14eb6983c7b51736706cb7ae0ba ./build/c_module_srcs.pyc d1629c043afc68e04386a03627c76ee0 ./build/c_module_toc.pyc d4faddb3c7989a10e25c3c5dbee19d0e ./build/make_zip.pyc d1df1d928533d057a1cf1767c4790fbc ./build/quick_ref.pyc fdfce75a0835fba3997f95d2e527743a ./build/runpy_deps.pyc 34fb1a55c66464229ca7b1326eb80e0e ./build/setup_fastlex.pyc 6ffa56c9e96285fbafc6d62acb1dddc3 ./build/setup.pyc 408df9a60a5e44a7d9de6e336b9165fe ./core/alloc.pyc 60e8c8ee652e06b16c9627999b63ba29 ./core/alloc_test.pyc 441f5bbee71ed5112529897c7d53d19c ./core/args.pyc 83f36aec3d46c78f9f8030843a4b8523 ./core/args_test.pyc c4318abae308a4f1ad1c0730b80187ee ./core/braces.pyc 3fbdbd57293fe79c14645cd16cabd418 ./core/braces_test.pyc bdc394689c8857ee6e2837ccf12f6b0d ./core/builtin.pyc c21e0fb96d9b11b5013977e0871b139b ./core/builtin_test.pyc bfb5db4c6e0c9e441ebc5a1abf06a3dc ./core/cmd_exec.pyc befc5cc54ea34813776bbf4790f013b3 ./core/cmd_exec_test.pyc 3347a63cf3b165937367945549fa50e4 ./core/completion.pyc 8299b99ce2f4acd040bdc0c71cb51b43 ./core/completion_test.pyc d2103f54c654b896070afbca04c40d95 ./core/expr_eval.pyc 510ceaa58c4256e60f7cda9965f11935 ./core/glob_.pyc 6851af6f800b51d99d93c22435b8c4e5 ./core/glob_test.pyc 21a42ab8b73563cd82e28b2fc1031670 ./core/id_kind_gen.pyc 2ff507ea80147bd965524232204219c0 ./core/id_kind.pyc c779cf33f415c0dd995a850fa5f2af15 ./core/id_kind_test.pyc 198e6aed5ca719883407aa0eff600366 ./core/__init__.pyc 90e971300d6395fb3571cf6883834dfd ./core/legacy.pyc c410997f56c750e95b740338647e6e17 ./core/legacy_test.pyc 3459fbb8901ad02b4e522278bc905674 ./core/lexer_gen.pyc 99180a5a31a192c915eab04213033e34 ./core/lexer_gen_test.pyc 59ecd6ef60f86d52b595dfabf786366b ./core/lexer.pyc 10e92c8a158a039c0107239e0d97b7c1 ./core/lexer_test.pyc b5f039cc13cc97a8e6b65eaebad6cc4d ./core/libstr.pyc 0eafabcff86cf1e3a8cfb98ab1180841 ./core/libstr_test.pyc 77fce8c3069e11073e61fa8f3b4f156e ./core/process.pyc b90a479949ad537ba3f0f01338f1d191 ./core/process_test.pyc b48b5b6d790a7060c9732dbca40f2d99 ./core/reader.pyc 5162b038458fa6ae01a3832569065a0e ./core/reader_test.pyc 67351abb5862dabc6ec900f70957ef20 ./core/state.pyc 65a593aa461f375a839ce8d8c7c26590 ./core/state_test.pyc 98b80223bf75dcf8416f258ebec0a417 ./core/tdop.pyc 99fc7bd0e0ca60b6d6f249110659401d ./core/test_builtin.pyc 172b3b9fe8748e628d0eb99dd570112a ./core/test_lib.pyc 19f50aeb24a20be1d5f4e4fe6510f1e6 ./core/ui.pyc 66e36b4e903663ebf5eddfd7fbe716ed ./core/util.pyc ca973a48ddaf1e0f78f02bd92eeb2b4a ./core/util_test.pyc 42328196a077619a97de016f8158e798 ./core/word_compile.pyc cdce9d7a21d38645beba18f892e5b1de ./core/word_compile_test.pyc d5800efc276ddc75f3361a6ab0aeca48 ./core/word_eval.pyc 588cea925ed531763165e2eb7323ba74 ./core/word_eval_test.pyc 3d3d48469a6613e767961af5b4e324c4 ./core/word.pyc b348a1a3970d8dacd4077b3a35cfa524 ./core/word_test.pyc cead32eb862238e6b289d7b5db73aa0b ./_devbuild/gen/__init__.pyc f14db15d59b47210c1d6c24ed5a068c9 ./_devbuild/gen/osh_asdl.pyc 32d1ae53c8770e3347235772ee9a0ffb ./_devbuild/gen/osh_help.pyc c51643ee00203a80b6ac60f8f72f0749 ./_devbuild/gen/runtime_asdl.pyc 8e88ad0c058a1358abdc55c4c2e66189 ./_devbuild/gen/types_asdl.pyc 514f2b3bbe9d7418befb02834f8581a5 ./_devbuild/__init__.pyc 7d65acf144c99cdddf7b54ca8cd5c0e6 ./devtools/completion.pyc a3dd2c512266b0662fd2ae2318942517 ./__init__.pyc 21ef81cae12ef5bf99686a7c0c3c188a ./MD5.txt c30c0eb0c971264b575d66299ee39776 ./native/fastlex_test.pyc 0a5aa540f6e0bbfd6199ed0105a6d6be ./native/libc_test.pyc d1ed15405407a1eda07f3e66ccb424a7 ./oil/__init__.pyc 67b68402fb0a4de222840f4370cfc433 ./opy/byterun/execfile.pyc d2c09c219d929a0cda6cfeeebe55d215 ./opy/byterun/__init__.pyc c01f776288ca5219cfa6000f3e3a1ead ./opy/byterun/ovm.pyc 79e5fb7df38d3a8bca06f9ff3fcc19c6 ./opy/byterun/pyobj.pyc e7f82f08e905ef24fc094d23631edc59 ./opy/byterun/pyvm2.pyc 85313ae02c32f79ec9c3e66137b35b27 ./opy/byterun/pyvm2_test.pyc 1c4acd310c3d7728a78531d2a2a5eb50 ./opy/byterun/test_basic.pyc 1fa1863b2e002e99b8214e4834891a1e ./opy/byterun/test_exceptions.pyc e2ae14d61fba11afc8959396ef70f6bf ./opy/byterun/test_functions.pyc 5020f8dba641e0cc7015037dd77b6eb9 ./opy/byterun/test_with.pyc 90e2ead83436baab4fd9904512b52d5d ./opy/byterun/vmtest.pyc ac2766fce40c645c81ca49d5db67d3c4 ./opy/callgraph.pyc 0ad3ec691a339fb312103cbd20b6198c ./opy/callgraph_test.pyc 2a3deb074731494dc9cdcfbc68f4e60b ./opy/compiler2/ast.pyc 9690b31391b0c3c283792f314ac8cf70 ./opy/compiler2/consts.pyc 36f30f70735b02f3f7045c1b8677b6ae ./opy/compiler2/dis_tool.pyc f277733e097dec7e34e2e185cfdb8312 ./opy/compiler2/future.pyc 33dc442d92b3779f103840c9afee9af2 ./opy/compiler2/__init__.pyc 959fc43c2242b34fbf12176eac0e3666 ./opy/compiler2/misc.pyc 9178f06514bdf5e3c6aaf5fc929b9976 ./opy/compiler2/ovm_codegen.pyc 226996dda8098622a685a8fe338472f3 ./opy/compiler2/pyassem.pyc 488be4162bc4af8bb86047b1475953a4 ./opy/compiler2/pyassem_test.pyc d0fbce8b2a05297bb074708f620eac04 ./opy/compiler2/pycodegen.pyc d6e5fe0b99b839e5c2bdfce6589274a1 ./opy/compiler2/symbols.pyc 2963805451b15c384f34e47d9a9887de ./opy/compiler2/symbols_test.pyc 0f17d1a4db65fcb4c35a2194a6e89141 ./opy/compiler2/syntax.pyc 1124b27ed46d1dd213d88d8a37644dc3 ./opy/compiler2/transformer.pyc abdc459f80f677d789dd6b3abe7ea26e ./opy/compiler2/visitor.pyc 092e5995fe7c73113914d2eb74ff71fa ./opy/gold/class_vs_closure.pyc 85633b010b03172c3f5402e274dc8779 ./opy/gold/fib_iterative.pyc 355945c26e5791fe82ed04758197c7af ./opy/gold/fib_recursive.pyc 2abe4abafebe34591a443fc22b95924f ./opy/gold/generator_exception.pyc 03aa8c6929f6a375719a1e85bffaf0d8 ./opy/gold/genexpr.pyc bf43baa060cd1e7113e8e41d7ff54b5a ./opy/gold/genexpr_simple.pyc 08b2288899407d51eecc5b6d3a0d639c ./opy/gold/hello_py2.pyc 5b3158785b169603367c0226fb221cb6 ./opy/gold/hello_py3.pyc 44ad253d8fba6aa6963f3492f25d4647 ./opy/gold/regex_compile.pyc 6b884890b7f1ced3faf0b652f2d78f2c ./opy/gold/repr_method.pyc f4e667d3c1cc5cf3416d80665824cef2 ./opy/__init__.pyc 3d735e8245b39a71e22102082311a04b ./opy/lib/dis.pyc a777ffef3b961743a20f1f2f28deb4e7 ./opy/lib/__init__.pyc 2db36bc2042616f73de0359aa31df6e3 ./opy/lib/inspect.pyc b3f27462e29afb976dc3e16fee484fe3 ./opy/lib/opcode_gen.pyc 75841c8ec33ff84de6fcda81096f60ef ./opy/lib/opcode.pyc d4cd1ecc6afcbce50269b0bdc3ece9b5 ./opy/misc/ccompile.pyc 51fa5a5661b64a8ca7c825b101e985f6 ./opy/misc/determinism.pyc ac5e2320cb7fa472d9628c9dbe2e1349 ./opy/misc/__init__.pyc 3f0b60b163cce3b0102924d342be57f6 ./opy/misc/pgen_ast.pyc 241ffd2797d08c4e9e7c527c01b53a04 ./opy/misc/py_ast.pyc ca555fe9da65f44689de7487dd5d81ce ./opy/misc/stdlib_compile.pyc e9c1916b2df2e6d4243cbbbeb6ed6d9f ./opy/opy_main.pyc e47486256badacc327794ea9c6ac9c87 ./opy/pgen2/driver.pyc 4209d4341754464ac00537a6154412b8 ./opy/pgen2/grammar.pyc 4c50d14e86c47fe431b42c3880d1a274 ./opy/pgen2/__init__.pyc 9fc40551ade8e4f192b7f2e981dfb4bf ./opy/pgen2/parse.pyc b43bc262b35262694b4d4e0237b04dc9 ./opy/pgen2/pgen.pyc af6913478a9b25ef02760d855f589bd6 ./opy/pgen2/tokenize.pyc c56e822f131a013f2494b26f56db3690 ./opy/pgen2/token.pyc c49727f3ad1ae5cf3cd694684e8ccce9 ./opy/pytree.pyc 4342d3f9501d53dce069098d2d86aacf ./opy/skeleton.pyc 3ce888dae83623fa7c05f18afee78db1 ./opy/tools/astgen.pyc a97452243e68e5870540d28fdf599f92 ./opy/tools/compile.pyc 6f3444bec82ebeb832c74ea8178e9d31 ./opy/tools/demo.pyc f5114180a595b850a0cd77811ca74213 ./opy/tools/regrtest.pyc 2ed6ac4065a60ce135e784b6b7217a97 ./opy/tools/stacktest.pyc dd9710e77e37b83811478de1c27db475 ./osh/arith_parse.pyc e43b25100bda1f953a0ca8adce8bd06f ./osh/arith_parse_test.pyc f96c804f12b7d53a256f4e9f040ee395 ./osh/asdl_gen.pyc cb6e146a96652e53040aa0ae2bee8733 ./osh/ast_lib.pyc dc5b9ad7005d94e7851a17667ddd4bb4 ./osh/bool_parse.pyc 07725bc29d413f54bc0deddad2413f98 ./osh/bool_parse_test.pyc e4b6e5323bb57046f3c940300a7f2992 ./osh/cmd_parse.pyc 2b38241c6afa3bfc444d7666c37e5752 ./osh/cmd_parse_test.pyc 659bc24c1c7655bcc3e51c1d84961f6c ./osh/__init__.pyc 16a426c772119047a4001432e12f86d4 ./osh/lex.pyc ab5150483d583e6f45d8e0b6e4c21db2 ./osh/lex_test.pyc 5943005541801ea7d234ad51d8e2dec0 ./osh/match.pyc 6902aae46c13fc4b871695c56afe8ba1 ./osh/meta.pyc d5b6946b0ccfc1df74259e0d8cbd94ca ./osh/parse_lib.pyc df59d035d43e3b7e0e93ed69d5c21416 ./osh/word_parse.pyc 476d0d52bf78fb799938141a4e8f5cc1 ./osh/word_parse_test.pyc 4f92cbc809c8436282a2d66c2ecccf00 ./SIZES.txt dbd6a33cd8cea576efbd4c8f55416079 ./spec/bin/argv.pyc f47eb811c76e5b4c90ee3080ddc6f3c4 ./spec/bin/printenv.pyc a9000cb1eca32e34bf35921f02edf51f ./spec/bin/read_from_fd.pyc e5074bfc09e86d933f146fca37d6660b ./spec/bin/show_fd_table.pyc 661f72884284a4b017677a06ac5cfed9 ./spec/bin/stdout_stderr.pyc d8b9474e332abbb85b603f23b71ae0bb ./spec/coproc.pyc da0213bf770020c280dd7dd475540b78 ./test/jsontemplate.pyc b73a5a473798916bc8aaec474029cb33 ./test/sh_spec.pyc 9c4ecc880c54912fb14af3d989b4425f ./test/sh_spec_test.pyc 570a53a83b6136c0ee40b89bff1abb74 ./test/wild_report.pyc 919e2e194c584dc1eb73b24fece8890d ./tools/csv_concat.pyc 84d8fe7cba442235bd025b0e73c05b9f ./tools/deps.pyc e00e36de37127f02ebaa6a75cdcdefdb ./tools/__init__.pyc 97daf922d3b5be1ec17ef702808e7ba2 ./tools/osh2oil.pyc 7192c58c2d12187b72abf045e7447ff6 ./tools/osh2oil_test.pyc a395eb42bb44c3709c99224f077b5223 ./tools/readlink.pyc 80e91b2db95aa028071d08b39113fb23 ./web/table/csv2html.pyc ~/git/oilshell/oil/opy '../_devbuild/osh_asdl.pickle' -> '_tmp/repo-with-cpython/_devbuild/osh_asdl.pickle' '../_devbuild/runtime_asdl.pickle' -> '_tmp/repo-with-cpython/_devbuild/runtime_asdl.pickle' '../_devbuild/types_asdl.pickle' -> '_tmp/repo-with-cpython/_devbuild/types_asdl.pickle' '../asdl/arith.asdl' -> '_tmp/repo-with-cpython/asdl/arith.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_asdl.pickle' -> '_tmp/repo-with-opy/_devbuild/osh_asdl.pickle' '../_devbuild/runtime_asdl.pickle' -> '_tmp/repo-with-opy/_devbuild/runtime_asdl.pickle' '../_devbuild/types_asdl.pickle' -> '_tmp/repo-with-opy/_devbuild/types_asdl.pickle' '../asdl/arith.asdl' -> '_tmp/repo-with-opy/asdl/arith.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'