forked from Rust-related/RustPython
Merge pull request #3469 from youknowone/dis-py
rename native dis to _dis and add python module
This commit is contained in:
1
Lib/dis.py
vendored
Normal file
1
Lib/dis.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
from _dis import *
|
||||
@@ -79,7 +79,7 @@ pub fn get_module_inits() -> impl Iterator<Item = (Cow<'static, str>, StdlibInit
|
||||
"_bisect" => bisect::make_module,
|
||||
"cmath" => cmath::make_module,
|
||||
"_csv" => csv::make_module,
|
||||
"dis" => dis::make_module,
|
||||
"_dis" => dis::make_module,
|
||||
"gc" => gc::make_module,
|
||||
"hashlib" => hashlib::make_module,
|
||||
"_json" => json::make_module,
|
||||
|
||||
Reference in New Issue
Block a user