We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955d0b3 commit 7fa0a0cCopy full SHA for 7fa0a0c
vm/src/builtins.rs
@@ -749,7 +749,6 @@ pub fn make_module(ctx: &PyContext) -> PyObjectRef {
749
"min" => ctx.new_rustfunc(builtin_min),
750
"object" => ctx.object(),
751
"oct" => ctx.new_rustfunc(builtin_oct),
752
- "open" => ctx.new_rustfunc(io_open),
753
"ord" => ctx.new_rustfunc(builtin_ord),
754
"next" => ctx.new_rustfunc(builtin_next),
755
"pow" => ctx.new_rustfunc(builtin_pow),
0 commit comments