From c5084136896af3d92809fed306265f65229d9430 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 27 Dec 2015 15:19:53 -0500 Subject: [PATCH] 3.2 bytecode --- test/bytecode_3.2/00_assign.pyc | Bin 0 -> 188 bytes test/bytecode_3.2/00_import.pyc | Bin 0 -> 198 bytes test/bytecode_3.2/00_pass.pyc | Bin 0 -> 125 bytes test/bytecode_3.2/01_boolean.pyc | Bin 0 -> 168 bytes test/bytecode_3.2/01_list_comprehension.pyc | Bin 0 -> 596 bytes test/bytecode_3.2/01_positional.pyc | Bin 0 -> 169 bytes test/bytecode_3.2/01_try_except.pyc | Bin 0 -> 374 bytes test/bytecode_3.2/02_def.pyc | Bin 0 -> 810 bytes test/bytecode_3.2/02_slice.pyc | Bin 0 -> 194 bytes test/bytecode_3.2/05_if.pyc | Bin 0 -> 148 bytes test/bytecode_3.2/05_ifelse.pyc | Bin 0 -> 146 bytes test/bytecode_3.2/10_for.pyc | Bin 0 -> 217 bytes test/bytecode_3.2/10_keyword.pyc | Bin 0 -> 223 bytes test/bytecode_3.2/10_while.pyc | Bin 0 -> 190 bytes test/bytecode_3.2/15_assert.pyc | Bin 0 -> 193 bytes test/bytecode_3.2/15_for_if.pyc | Bin 0 -> 220 bytes 16 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/bytecode_3.2/00_assign.pyc create mode 100644 test/bytecode_3.2/00_import.pyc create mode 100644 test/bytecode_3.2/00_pass.pyc create mode 100644 test/bytecode_3.2/01_boolean.pyc create mode 100644 test/bytecode_3.2/01_list_comprehension.pyc create mode 100644 test/bytecode_3.2/01_positional.pyc create mode 100644 test/bytecode_3.2/01_try_except.pyc create mode 100644 test/bytecode_3.2/02_def.pyc create mode 100644 test/bytecode_3.2/02_slice.pyc create mode 100644 test/bytecode_3.2/05_if.pyc create mode 100644 test/bytecode_3.2/05_ifelse.pyc create mode 100644 test/bytecode_3.2/10_for.pyc create mode 100644 test/bytecode_3.2/10_keyword.pyc create mode 100644 test/bytecode_3.2/10_while.pyc create mode 100644 test/bytecode_3.2/15_assert.pyc create mode 100644 test/bytecode_3.2/15_for_if.pyc diff --git a/test/bytecode_3.2/00_assign.pyc b/test/bytecode_3.2/00_assign.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0eb53db55ce2d6f5c89aa051fba4bda6a01a42c GIT binary patch literal 188 zcmd1d;pGyttO!eHKmv?FwgV6sivfug28Jjg$;1%F#E`PO2TqhGG!G#>mD90F#CvhX4Qo literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/00_import.pyc b/test/bytecode_3.2/00_import.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a9b3648ce45500a868a52ae75e871bfe2d9aae5b GIT binary patch literal 198 zcmYjJK?=e!5Zpu&k@^SmlvCRWi1-38f`?v;v;hMN3Ek|W_<1K4)MaOw-5JJL`<>go z?gRaehQ0uN0F78ho~Zk1Ofa0SN{s08RH5jQ{`u literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/01_boolean.pyc b/test/bytecode_3.2/01_boolean.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3b3d4be1c73cd4a260ce9c684e8683e6a07a42f GIT binary patch literal 168 zcmd1d;pKYtts*R$0SPbz*$zNlECD1^7#Q+78B!P-7=f$;VF-(fAy@;XDw7dJ05OA~ z28cu>N_Bx^diuqgxdl0?@x}S2Mail9`30#(i6xo&dGR^<>6yv;28QuT`T04iiFtYj Zm8Bd&9X7f7DWy57b|AxxnScZrBLJQtA7ual literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/01_list_comprehension.pyc b/test/bytecode_3.2/01_list_comprehension.pyc new file mode 100644 index 0000000000000000000000000000000000000000..19ed4645b812b9763187d3ea9f66bd188f23d0aa GIT binary patch literal 596 zcmd1d;pNIuE)Pp)Kmx2lwgV6sD*%ZU28I?O$Gzjfw))fxKdnC7cYIU`s&kOprq}S%3tJ^Fab&=Su+@Q0EIkoevBQahMmt=70z~`hyQ> n9n>Fw8X$*a^9^nZpa!UG;VeqRm;-2vO>TZlX-+C4g!vc&Vw!Dx literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/01_positional.pyc b/test/bytecode_3.2/01_positional.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d35b09b795aa0ea02152ab17af5f7ff554da38c GIT binary patch literal 169 zcmYj|K?(vf3`NrsK|~kcqN}Oy2k``M1h=KMMJnmEOeQd{J-DVT4f!uWKLmIC?enwT zJ^a;5{6$0uK?DfW3f>*4(7{c&b5aeR;HsPD7G}3-8Sn!eS$jh%SB#blPd*y&5UraY foZ~o?Ii74Sl;%`MhkbqVMt+7|0%JU{#ghoWwGAM{ literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/01_try_except.pyc b/test/bytecode_3.2/01_try_except.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e2d1388171b81923dd4b0ce5e068a4a4635f232 GIT binary patch literal 374 zcmYk0y-tKc5P)ZP!6Tf+0nezL`R6#o2vzGpBww-i6qZN3Rz2nt{iu&Dw-#9f83oyY}v8sQ@Z`!JSI zSN#|cW0zycfjg97-LKgw3CiPiy76Z0{{q|#z|$PmuxrNy5=b5dZ22dYy~RHLGe?GC zNWyFG5n~P=SB`E@T$i=6?TfX>_EyIv;UDgr(pA#rWnJjBG0tW>(Z@{JZEmXM?mlg8 pmkwf8cP^mz$I>WQ=%+J^nmtyl;r1nC-SNk>5|7W@THOQ-8j2c#cp z5jFVtZ;1s5W=I_P#ES@#dBi{$V0#>k6SFOLdA2sC-K#9o*(T|yYo>U2uz2QM9~lfJ z2?dP>#{Sg{hZgWs+1~0nz~fJj+dAv}*rv_OR!P=a;H!n=f-ltJt3&noqK6$$^wnn9 z?KAghoc%P?|8gHaR_^l%JwFZK)4)^eY3ONG73tIs<3)#`ic;G=o1m)(ftG9qp$z3G D@e6lb literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/02_slice.pyc b/test/bytecode_3.2/02_slice.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cccc69ea1bf97093dc688e0a8eba065995c465b2 GIT binary patch literal 194 zcmd1d;pNKvQ4yBRfCQLK1v#nl#rdU0$*KCq lIhjDxz$hNf&?~4ct2hJKk literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/10_for.pyc b/test/bytecode_3.2/10_for.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5007cd54a9e0dbe76f571cc91d31ea4470f9c26 GIT binary patch literal 217 zcmd1d;pIxGuLw(KKmtrawgV6sTLXy-afTEIhIB>-mslQ#C9vh)>He(krMe<{9 literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/10_keyword.pyc b/test/bytecode_3.2/10_keyword.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5288f876acc92fe7e419c4ec1d486c8e5856ea63 GIT binary patch literal 223 zcmYj}%MOAt5Jjhej~M+2mn;nE-Wb1tjl?Z6bV7)Ql9ti1_NQHX>qeWI)6>bFn)PP& zrs-PK-gwOB&Lx3Wxw%0FEE*JWC9}^Hh{+FbPR- z-N;%JXz7H%QrMnT4Cn{h;hE*W?FPe@x8iEf>zgsv%{9_-Kl=QzukiWPI-L!ZEU|Fx LtQNzk;2upM^0+KC literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/10_while.pyc b/test/bytecode_3.2/10_while.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e8079459d2021e14bea91f061b974c3328fe6a7c GIT binary patch literal 190 zcmd1d;pIAIR~MGdfCQL;YzH7NmIV?OVhpJa3@Ho@*~|<@5)3Jf3{i{>h0F}$DNGE( z8q7cyr5r#aK0Y@wGcP_qlLg4}(*PL(70*k|O^uH)Wdw>OX#fcZ1W~FCgVL=7i8w8>l+%xmuF<=r0Nw^f=#l?%}*)KNwotRR17kopAi6L(<6ic literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/15_assert.pyc b/test/bytecode_3.2/15_assert.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ede4ee42903a38337beb79ba599b0748772a1a8f GIT binary patch literal 193 zcmYjIJqyAx5WS=bQq;}C)u~fM2R9KNoCFuawUj19ARi@{8@lQr_u`@l@7;Uv?zz>v zzE$&cgukg+pBcDgG60%cz*_=tAxn4(&;lNfbJcQ9u$!y59;eA0g yDccyXDaF)q0zaZX+g73VlQTU=N~2MjeMZ$C`r%t`rWWWaoTPAY= literal 0 HcmV?d00001 diff --git a/test/bytecode_3.2/15_for_if.pyc b/test/bytecode_3.2/15_for_if.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e76e345568479dbcde2b04c30823a7854e46cff3 GIT binary patch literal 220 zcmd1d;pMt(UKf_kfCQL;YzH7NRsj;J3=BmI3>D%GDJ%>wu{;b>j0`DE3{gxBg}e;m zc?=9G%nZRAtU!gCj35G}Hy=p%uS7tF9pki$qEgiI0J$x zRRVJL^ouid3vyE9i}Op1l2i4IOL9w!^$ktq)AEbrGt=}6D#6Ct