| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -899,6 +899,10 @@ dummy_func(void) { | |||
| 899 | 899 | (void)version; | |
| 900 | 900 | } | |
| 901 | 901 | ||
| 902 | + op(_REPLACE_WITH_TRUE, (value -- res)) { | ||
| 903 | + res = sym_new_const(ctx, Py_True); | ||
| 904 | + } | ||
| 905 | + | ||
| 902 | 906 | // END BYTECODES // | |
| 903 | 907 | ||
| 904 | 908 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments