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/main_loop.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/cgi.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/wild_report_test.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 │   ├── cgi.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 │   ├── main_loop.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 │   └── wild_report_test.pyc ├── tools │   ├── csv_concat.pyc │   ├── deps.pyc │   ├── __init__.pyc │   ├── osh2oil.pyc │   ├── osh2oil_test.pyc │   └── readlink.pyc └── web └── table └── csv2html.pyc 25 directories, 196 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 785 ./asdl/cgi.pyc 241 ./asdl/const.pyc 8090 ./asdl/encode.pyc 1141 ./asdl/encode_test.pyc 15511 ./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 10936 ./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 7090 ./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 28920 ./core/builtin.pyc 1291 ./core/builtin_test.pyc 34293 ./core/cmd_exec.pyc 3588 ./core/cmd_exec_test.pyc 20173 ./core/completion.pyc 8543 ./core/completion_test.pyc 14181 ./core/expr_eval.pyc 7441 ./core/glob_.pyc 4764 ./core/glob_test.pyc 3954 ./core/id_kind_gen.pyc 11201 ./core/id_kind.pyc 4084 ./core/id_kind_test.pyc 131 ./core/__init__.pyc 8637 ./core/legacy.pyc 4554 ./core/legacy_test.pyc 8883 ./core/lexer_gen.pyc 1841 ./core/lexer_gen_test.pyc 6650 ./core/lexer.pyc 1768 ./core/lexer_test.pyc 7881 ./core/libstr.pyc 2281 ./core/libstr_test.pyc 2730 ./core/main_loop.pyc 22288 ./core/process.pyc 4118 ./core/process_test.pyc 3878 ./core/reader.pyc 2155 ./core/reader_test.pyc 22728 ./core/state.pyc 7366 ./core/state_test.pyc 11477 ./core/tdop.pyc 5213 ./core/test_builtin.pyc 2520 ./core/test_lib.pyc 5484 ./core/ui.pyc 8718 ./core/util.pyc 724 ./core/util_test.pyc 2371 ./core/word_compile.pyc 522 ./core/word_compile_test.pyc 23282 ./core/word_eval.pyc 735 ./core/word_eval_test.pyc 11624 ./core/word.pyc 706 ./core/word_test.pyc 140 ./_devbuild/gen/__init__.pyc 48074 ./_devbuild/gen/osh_asdl.pyc 3127 ./_devbuild/gen/osh_help.pyc 14677 ./_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 3257 ./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 8935 ./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 2782 ./osh/ast_lib.pyc 6620 ./osh/bool_parse.pyc 4175 ./osh/bool_parse_test.pyc 39435 ./osh/cmd_parse.pyc 38450 ./osh/cmd_parse_test.pyc 130 ./osh/__init__.pyc 11152 ./osh/lex.pyc 8998 ./osh/lex_test.pyc 4868 ./osh/match.pyc 3912 ./osh/meta.pyc 3320 ./osh/parse_lib.pyc 28721 ./osh/word_parse.pyc 14858 ./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 19343 ./test/wild_report.pyc 1254 ./test/wild_report_test.pyc 943 ./tools/csv_concat.pyc 4036 ./tools/deps.pyc 132 ./tools/__init__.pyc 21159 ./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 25af5ec9d4c7bcb8cefa7f877fd4db2c ./asdl/cgi.pyc 02df62f2bebb319accf215382d3158c5 ./asdl/const.pyc 25535d99b7e24ca28da0bf8796390602 ./asdl/encode.pyc ee57711b4f5074c25fbb71ae10d49453 ./asdl/encode_test.pyc a9d92bc0668c56e6434bd72b466746e8 ./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 48d219e687b148ea71e62ada8e7ba24f ./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 c6968cbf17ed8c89afe079617fc60f65 ./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 c453fce031657e977c783b3deca68c98 ./core/builtin.pyc c62f1aac6be2935e578acd51b4e519fb ./core/builtin_test.pyc bdd85dadf55c2682f0a8d570df33d3f3 ./core/cmd_exec.pyc ce6d0a0d0ad8eaf3d20031f4b55c0e04 ./core/cmd_exec_test.pyc 997b399e30674e30a21b7fcbd7ca7e81 ./core/completion.pyc f1984e625920f579fa950b1ff9f3653c ./core/completion_test.pyc f7e9aa8e0e7d047acca9b331426c4fca ./core/expr_eval.pyc a553af7602e806448e53a55b0d2ad05a ./core/glob_.pyc 997a794d523e3ab9ef926797f49f3fe1 ./core/glob_test.pyc 127311234fe34a02c31863c8e7d90a6b ./core/id_kind_gen.pyc e8072b411c5d720eb2c6b5e0de43a144 ./core/id_kind.pyc 5c492e2d82cac52af7222cacd87f9279 ./core/id_kind_test.pyc 1cadeee4ec4f0ad9038b705a09a1c068 ./core/__init__.pyc 9c3e0572e9e71a1823629774fa3624cd ./core/legacy.pyc 748856b67fb174c8ade0b475bec8055f ./core/legacy_test.pyc 9bce5350ebb5b1a7ec8a3cbfb4bab43d ./core/lexer_gen.pyc bf86443b73f5e69d9b7333804f132908 ./core/lexer_gen_test.pyc e32d1449a523db0764c7294b1ec2a2e6 ./core/lexer.pyc 58fb911aaf793bc43122f73b231af726 ./core/lexer_test.pyc 80e3ba53dd93fa3b7692bc1c49baa267 ./core/libstr.pyc 544c1ccfbbeaa9e6e1fdfd6a35adc14f ./core/libstr_test.pyc f23fb4a4dd880b5e6363782533fbc771 ./core/main_loop.pyc 9349df93e8a039ea5308486fc08f46d1 ./core/process.pyc 4933197332ab2019582c08fcd23caa21 ./core/process_test.pyc a5c41a0d4ba6a2b04a1fcadf849550f0 ./core/reader.pyc f857d29bc623989b20372f13e2b2e706 ./core/reader_test.pyc e021afc36cb6a73481c837648c38b529 ./core/state.pyc c62a7ffe2531455991efd61e934f38bb ./core/state_test.pyc c58913ca2cbb9e37405062410c4abec2 ./core/tdop.pyc af0e532fc78d8ca168b3fa878ec4daf7 ./core/test_builtin.pyc 85b90fea26158b3da8498cf553ff22d6 ./core/test_lib.pyc ee5b43bc22105a18011cdb1b504777d9 ./core/ui.pyc 7183fff0c4b8548af60d7ecb974f4f92 ./core/util.pyc 37008edf675b06cc67d583036cd75fd5 ./core/util_test.pyc 42d527cebd979d322538b7722d33f894 ./core/word_compile.pyc 65a4727f758314021bb01331100e44cc ./core/word_compile_test.pyc e132699f066ec4f31b893dfc2dae65be ./core/word_eval.pyc 622fea9f397590643339983ea9810a42 ./core/word_eval_test.pyc 218793cacb0deae39005d668ba960855 ./core/word.pyc ad50e5c8abe68b2889b0e29356bda649 ./core/word_test.pyc 4416ba483dfce926ae6542a2e4458166 ./_devbuild/gen/__init__.pyc 9690b23de54548fd7b930e2718670c12 ./_devbuild/gen/osh_asdl.pyc d28c7df46c179e8a63dc3f2b4b0bcda8 ./_devbuild/gen/osh_help.pyc 3889dbb7d3b2d8d40b00f2ab92cacc61 ./_devbuild/gen/runtime_asdl.pyc 5229f20313a1143949ab3caf9dbea20d ./_devbuild/gen/types_asdl.pyc c13d8f66594d4b294dbdc9e63436c517 ./_devbuild/__init__.pyc 8e267e0f5055bc5bf136328a65458548 ./devtools/completion.pyc f775cab5e1071a1bd529ba7d5d6af719 ./__init__.pyc ef64a501a74865fed1f2cf17fda8a92b ./MD5.txt bea8c7d12904a8678a600c9c6e8f8342 ./native/fastlex_test.pyc cdec4c7da3479077301244a98691acd3 ./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 b3c7dd2f78aef60fb000ef2df114fdb0 ./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 17e56f67fbaef96a85c77fa9d0c6ebb5 ./osh/arith_parse.pyc dc09327346ca9a3bb3acfdbfa849f722 ./osh/arith_parse_test.pyc 216ad07536012f2cf10e3d679f2ef8d2 ./osh/asdl_gen.pyc c3f2cd006a76adf4003cc54bc5d882e7 ./osh/ast_lib.pyc 7ef64d0207b41f21fb7bf7aeb42fedb5 ./osh/bool_parse.pyc 7c25e0031b58cff979d8d3a58d1855b4 ./osh/bool_parse_test.pyc 156becbb8b5d9756aabac4b9664dae75 ./osh/cmd_parse.pyc b014b04edb97fd7ccf0c280fbe090e6c ./osh/cmd_parse_test.pyc 56845f371ff605bd19f89046ed3795e2 ./osh/__init__.pyc c83a7ba79462251f9cbb75f336028790 ./osh/lex.pyc cb17a02dc937714b054f80543a68535c ./osh/lex_test.pyc b9ded272536771585c222a3890aa61bc ./osh/match.pyc b3065cdb92eac078e6cf074ccf167985 ./osh/meta.pyc df9aeead342131f7db8077734e81852b ./osh/parse_lib.pyc 4391cdcb5ab645b4f348aa2a48556c4d ./osh/word_parse.pyc 73adae02a69c876325ebcccd79ca247c ./osh/word_parse_test.pyc e29fed5d3870e94ef7c056c2354a9865 ./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 3a7e36016f337735d4798176a45bbce2 ./test/wild_report.pyc 5c746a2b134f49e2d7fd766ce9328c06 ./test/wild_report_test.pyc 83b3d72dd35db56457cff4bc127a595d ./tools/csv_concat.pyc c761abc9eb57a049bb258f935d04f06e ./tools/deps.pyc 965febb382ca5f515567c40d9133f90a ./tools/__init__.pyc a9299312310718450998c364ba19c532 ./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 818 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 197 bytes of bytecode osh/parse_lib.py Compiled to 121 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 183 bytes of bytecode osh/cmd_parse.py Compiled to 357 bytes of bytecode osh/ast_lib.py Compiled to 132 bytes of bytecode osh/cmd_parse_test.py Compiled to 488 bytes of bytecode osh/arith_parse_test.py Compiled to 236 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 862 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 281 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 565 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 396 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 325 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 1078 bytes of bytecode core/test_lib.py Compiled to 124 bytes of bytecode core/builtin.py Compiled to 1897 bytes of bytecode core/ui.py Compiled to 255 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/main_loop.py Compiled to 111 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 88 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 2523 bytes of bytecode _devbuild/gen/osh_help.py Compiled to 874 bytes of bytecode _devbuild/gen/runtime_asdl.py Compiled to 2333 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 374 bytes of bytecode asdl/asdl_demo.py Compiled to 272 bytes of bytecode asdl/py_meta.py Compiled to 189 bytes of bytecode asdl/cgi.py Compiled to 22 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 454 bytes of bytecode test/wild_report_test.py Compiled to 84 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 304 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 │   ├── cgi.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 │   ├── main_loop.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 │   └── wild_report_test.pyc ├── tools │   ├── csv_concat.pyc │   ├── deps.pyc │   ├── __init__.pyc │   ├── osh2oil.pyc │   ├── osh2oil_test.pyc │   └── readlink.pyc └── web └── table └── csv2html.pyc 25 directories, 196 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 993 ./asdl/cgi.pyc 254 ./asdl/const.pyc 9387 ./asdl/encode.pyc 1261 ./asdl/encode_test.pyc 18089 ./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 13566 ./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 7880 ./core/alloc.pyc 1995 ./core/alloc_test.pyc 16105 ./core/args.pyc 5167 ./core/args_test.pyc 7527 ./core/braces.pyc 4258 ./core/braces_test.pyc 34614 ./core/builtin.pyc 1520 ./core/builtin_test.pyc 39798 ./core/cmd_exec.pyc 4210 ./core/cmd_exec_test.pyc 24119 ./core/completion.pyc 9593 ./core/completion_test.pyc 16527 ./core/expr_eval.pyc 8912 ./core/glob_.pyc 5111 ./core/glob_test.pyc 4908 ./core/id_kind_gen.pyc 11472 ./core/id_kind.pyc 4810 ./core/id_kind_test.pyc 131 ./core/__init__.pyc 10347 ./core/legacy.pyc 5058 ./core/legacy_test.pyc 10708 ./core/lexer_gen.pyc 1698 ./core/lexer_gen_test.pyc 7831 ./core/lexer.pyc 1947 ./core/lexer_test.pyc 9089 ./core/libstr.pyc 2483 ./core/libstr_test.pyc 3393 ./core/main_loop.pyc 25759 ./core/process.pyc 4773 ./core/process_test.pyc 4546 ./core/reader.pyc 2316 ./core/reader_test.pyc 26070 ./core/state.pyc 8068 ./core/state_test.pyc 13266 ./core/tdop.pyc 6220 ./core/test_builtin.pyc 3066 ./core/test_lib.pyc 6240 ./core/ui.pyc 9912 ./core/util.pyc 777 ./core/util_test.pyc 2808 ./core/word_compile.pyc 551 ./core/word_compile_test.pyc 27417 ./core/word_eval.pyc 868 ./core/word_eval_test.pyc 13761 ./core/word.pyc 824 ./core/word_test.pyc 140 ./_devbuild/gen/__init__.pyc 48466 ./_devbuild/gen/osh_asdl.pyc 3134 ./_devbuild/gen/osh_help.pyc 15351 ./_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 3265 ./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 10654 ./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 4395 ./osh/arith_parse_test.pyc 2599 ./osh/asdl_gen.pyc 3299 ./osh/ast_lib.pyc 7688 ./osh/bool_parse.pyc 4805 ./osh/bool_parse_test.pyc 46274 ./osh/cmd_parse.pyc 42314 ./osh/cmd_parse_test.pyc 130 ./osh/__init__.pyc 12128 ./osh/lex.pyc 10318 ./osh/lex_test.pyc 5665 ./osh/match.pyc 4383 ./osh/meta.pyc 3958 ./osh/parse_lib.pyc 32954 ./osh/word_parse.pyc 16752 ./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 64920 ./test/jsontemplate.pyc 29817 ./test/sh_spec.pyc 3718 ./test/sh_spec_test.pyc 21484 ./test/wild_report.pyc 1319 ./test/wild_report_test.pyc 1147 ./tools/csv_concat.pyc 4638 ./tools/deps.pyc 132 ./tools/__init__.pyc 25756 ./tools/osh2oil.pyc 2334 ./tools/osh2oil_test.pyc 1011 ./tools/readlink.pyc 12524 ./web/table/csv2html.pyc 320c2e1f0146476eddbc0d95de709ac3 ./asdl/arith_ast.pyc 04b39dbc0c6543910422fa05b8c21aea ./asdl/arith_ast_test.pyc 6919ca4793cf6ab1965817c0719509db ./asdl/arith_parse.pyc 491b40c927c95d67ae84d022e75d92fe ./asdl/arith_parse_test.pyc 54a26f1224c329ab39af296c0edae560 ./asdl/asdl_demo.pyc 379ab065ab6089e9d550f23cbd623253 ./asdl/asdl_.pyc 8036488361c50ce6fea489078d9059a5 ./asdl/cgi.pyc bae17f23a5f686f532b0f186d7f2a057 ./asdl/const.pyc cc8c1e7930b36d8c44907ae6848ed899 ./asdl/encode.pyc 8dc015f4d49c16d554a309469651c2e0 ./asdl/encode_test.pyc 807723ea6caa16fc7a79b4b3d988e599 ./asdl/format.pyc 679f741803be159a14de5fef3f9f29d4 ./asdl/format_test.pyc 877444cac20e3432dd52c306af95a0d7 ./asdl/front_end.pyc 0f90495685b774e7fbceb89a4b24568f ./asdl/gen_cpp.pyc 318687d8b356e3e407c662f5be041054 ./asdl/gen_python.pyc bd960c5ffd1d4a9417fcb4a759172e20 ./asdl/__init__.pyc 9aaa7b2c92ca25eef7049f0b36b64f9e ./asdl/pretty.pyc 4714c5b0b4997e37e7c47076d1544cae ./asdl/py_meta.pyc 3f1b2ddfb521ab3c6677af13e338c04b ./asdl/py_meta_test.pyc 2349fe480dd2e2e5e58dc4bc0c5a3bc3 ./asdl/tdop.pyc 222a7615a2dd0514bda25c0cbc0605c8 ./asdl/unpickle.pyc 8d734f7e42b0597a4c7fcb0976e76304 ./asdl/unpickle_test.pyc 73131b1b6a98ab659cdb0a8f1a819168 ./asdl/visitor.pyc 48f4ec2c5b70d71f3056ce868773d0fb ./benchmarks/fake_libc.pyc 9357c642298ae3be2152ea184fd027a7 ./benchmarks/__init__.pyc 0e7a08df26cedd44ad3b9c34188f6735 ./benchmarks/pytrace.pyc a5b571b38f0893ee5c900a0c318fb6a5 ./benchmarks/time.pyc d08b470d57c107953d2bd66b267c2142 ./benchmarks/virtual_memory.pyc 5d16c17e30441e90b20b2461ac355d20 ./bin/__init__.pyc 6d79a18ccf75b63cac382eac30b37b56 ./bin/oil.pyc b0cb1aec70810b79b91c63695b47a40c ./bin/opy_.pyc 7a3ec531f1e28b29a0d7b3bf05b1abdd ./build/app_deps.pyc a8387715bf6cf985a30d9367654c1f73 ./build/app_deps_test.pyc 7f9750799889520e07c48c8648809fad ./build/c_module_srcs.pyc e4bd81e651d951f75ca27eed23a35368 ./build/c_module_toc.pyc a95b5d6900750fd01aa9ea2e51d9788d ./build/make_zip.pyc df2013107e99fb1f3948dbea7b32a4bd ./build/quick_ref.pyc 41c9b3c9f55f2ec0ed5130c29e44c855 ./build/runpy_deps.pyc 1ff36d07f41651415616058feb63a61c ./build/setup_fastlex.pyc 823f1e461c0c9b82904faff3460acf09 ./build/setup.pyc d24e00e2914801d20d4d78d7dc631fc1 ./core/alloc.pyc 61c162df3e9126d4740015bb9c13986d ./core/alloc_test.pyc 296b43d2dffaee5d11ee5c02a26dd3ea ./core/args.pyc 207d1b694a6bc779904a473885b1d2b2 ./core/args_test.pyc 109c70743716307b0ab59da5cbf5b5d0 ./core/braces.pyc d7c4796018d6c4b03122441daed7a3d2 ./core/braces_test.pyc 14f0cfec9cea16113707ffd2f438102a ./core/builtin.pyc dbb8e50d07ab71b9cb2f3413250d9067 ./core/builtin_test.pyc 3631f532cf53dff1fda821ad9d1517ba ./core/cmd_exec.pyc ae8c9f2d642a91e5e6c2886e00da06b7 ./core/cmd_exec_test.pyc 4aefe8152af235d85fc9edf38190bfb9 ./core/completion.pyc 1f745404d3c859428a2eedd54d3da694 ./core/completion_test.pyc fd4cef8f1483d7fc2e156a6c330154fb ./core/expr_eval.pyc 75011528354a9cb29b68cf152ed6423a ./core/glob_.pyc c3042652f884c58f5bf3728424d42f41 ./core/glob_test.pyc d2288f541a996c7c62e9aeb22b0b996e ./core/id_kind_gen.pyc 4f4e1e45decd94ec72580f9019550f90 ./core/id_kind.pyc b0d704a9d2b64ac72c50e520adc9c859 ./core/id_kind_test.pyc f8f403e63a86ee392471f6cac696ac81 ./core/__init__.pyc adc857d07a4fce066104ed2f46d9480d ./core/legacy.pyc a79e1fb05a4b2ef6068bdf03d1b83aff ./core/legacy_test.pyc e91bae87f50ebe787ca0826a41d02f91 ./core/lexer_gen.pyc 1247149a999d54ec999097c52dbfc56d ./core/lexer_gen_test.pyc 3bffddc66c6c2efbc56b5837ca8f9286 ./core/lexer.pyc 1182a6afd63347b4b8a7902b62858a3d ./core/lexer_test.pyc 88b003f757e425c35cd54d8c39907a0f ./core/libstr.pyc a8fb2a710f4490c65d1d3e9da63b0ee0 ./core/libstr_test.pyc e5eacef0a9122fec277295688839f1d6 ./core/main_loop.pyc 62723587b4a92eb301598f71ddc578aa ./core/process.pyc eedd030230e93366ace0118631fdb664 ./core/process_test.pyc 150ebcdecc4e47d7592f569f4c77620f ./core/reader.pyc 38f4684dbebe50a529afc6a9d14f84e2 ./core/reader_test.pyc 3e7091394073dccdbceaaa38f86d54dc ./core/state.pyc 88a959c8006e140bf804830495f9ce5e ./core/state_test.pyc 958132cdbe4aea9649bc1907d5a136b8 ./core/tdop.pyc ae8751f136cb0ce6524694bf5982bafc ./core/test_builtin.pyc 17cc488946f5f42c6da95541cf379b52 ./core/test_lib.pyc 25afe5f9797b20a4860ad9d985f99c0b ./core/ui.pyc 43ddd9b02a68ef2d43342a0bb4e18fd3 ./core/util.pyc 09845331602f0c15e276929b9c5a5c9a ./core/util_test.pyc d5eeeff83bd098c7b6b8ac31e00aae3d ./core/word_compile.pyc 2b7e6d3b302cd7266c44e72463fa33d3 ./core/word_compile_test.pyc 71afc1fe1191c478a87a8fb265aeaa54 ./core/word_eval.pyc 853e4c01d3ecd98543cf1d39e91bf01b ./core/word_eval_test.pyc 2410762a69b5ff1e453cb2791f881c7d ./core/word.pyc 9a889c5d8cad9e8f2b9efbc7e2915326 ./core/word_test.pyc 43aab764f63127644156a0c0152c52a5 ./_devbuild/gen/__init__.pyc b034599ec5707f996b17222a517e54d0 ./_devbuild/gen/osh_asdl.pyc 05956e5ab2a07b935ebc773ea365ed5d ./_devbuild/gen/osh_help.pyc 5136d9608549ae02b071899dd7d197db ./_devbuild/gen/runtime_asdl.pyc e36f449b63436f5025a6e5de91e7ec3f ./_devbuild/gen/types_asdl.pyc c881f7b552fe074b7f3b302a48108378 ./_devbuild/__init__.pyc 5cdebb7eef73c7a6cf6f89ad43c9adbe ./devtools/completion.pyc a3dd2c512266b0662fd2ae2318942517 ./__init__.pyc e52c7a915e31c50b106408a10ebc037e ./native/fastlex_test.pyc 356841712722a92f75f5f0a38eca11e3 ./native/libc_test.pyc 24fa9ced71c12ed26a40e21ed8d7cf98 ./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 6ee4394ea7fc4f7a849ad10ea1c98162 ./opy/callgraph.pyc b21ed946c52a6b8ddccdc0646343236f ./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 3dcb781aafcf7ddeee736e078ebc36ff ./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 9e0fca4a6c3623745c73506f3a47649e ./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 984ac56fb09e648a8718dd6562b5599e ./opy/pytree.pyc 537b99a3b7ef5c76448fcb99f114e3b8 ./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 e01c3ad60be860081530728dcda47141 ./osh/arith_parse.pyc 52be8eff21d76b3c79ef18eb94987669 ./osh/arith_parse_test.pyc 37403b6b3732e0f71ea4d5316c535573 ./osh/asdl_gen.pyc 65d85393662fb99a1e56aa34752daaaa ./osh/ast_lib.pyc 7b78736a23dbfa59dceb9c451df98930 ./osh/bool_parse.pyc 3c3b62ff0a2427e32fd582165413bdc8 ./osh/bool_parse_test.pyc 85c6709d02b32292004bf60df03245b5 ./osh/cmd_parse.pyc 985ad65696bb2082d9df876d9bf73b42 ./osh/cmd_parse_test.pyc 98cb0268bef7f8ec5559b4509ed52ece ./osh/__init__.pyc d7510e3724f9c345b73d721376db94d1 ./osh/lex.pyc cb26b05e23c530ec3d7633179c86ff34 ./osh/lex_test.pyc bce7672d1412a0ff8c13e782223a64ce ./osh/match.pyc e62a98dea61847c342a4a2bb5b3fbe7c ./osh/meta.pyc 896173578d4efee908d26d26fce56ef5 ./osh/parse_lib.pyc a3b8ca513f2d1a6b1573512051f25282 ./osh/word_parse.pyc 3b3b72da83c0d3564d1415debc692555 ./osh/word_parse_test.pyc 5949ac43f4e50a9d5679ade65980e27f ./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 ef0312bf4c742342d8c12f4c8a1a1ee7 ./spec/coproc.pyc 9062aa96ec144870ee80f439ef9a76bd ./test/jsontemplate.pyc 25dcbcf67a77a42bc7b4c690eba41868 ./test/sh_spec.pyc aa6444fdd3b9181dc691dc7d0bfa1f00 ./test/sh_spec_test.pyc 6f7ccec70b10c86b2a7ce9d53519f74f ./test/wild_report.pyc 167f1a734b9f351c789f8fb568aa0b07 ./test/wild_report_test.pyc 154d4b9a4fc08f199b8085714cff06b9 ./tools/csv_concat.pyc 99b257658e0a98195bb671a389d2bfa3 ./tools/deps.pyc 1411ed85b70c030a7871bb6dfae5f2c7 ./tools/__init__.pyc b9295fd4bc3e37c3f7985c4bdd2415be ./tools/osh2oil.pyc 44443745163add62443fe4a349fc8d87 ./tools/osh2oil_test.pyc d7c6a7f267f286f7160c8e015cb144c2 ./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'