Skip to content

Commit 7fa0a0c

Browse files
committed
Fix open in new make_module
1 parent 955d0b3 commit 7fa0a0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm/src/builtins.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,6 @@ pub fn make_module(ctx: &PyContext) -> PyObjectRef {
749749
"min" => ctx.new_rustfunc(builtin_min),
750750
"object" => ctx.object(),
751751
"oct" => ctx.new_rustfunc(builtin_oct),
752-
"open" => ctx.new_rustfunc(io_open),
753752
"ord" => ctx.new_rustfunc(builtin_ord),
754753
"next" => ctx.new_rustfunc(builtin_next),
755754
"pow" => ctx.new_rustfunc(builtin_pow),

0 commit comments

Comments
 (0)