Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe10a4b

Browse files
authored
Merge pull request #4135 from ecpost/platform-from-rust
Modify the new 3.10.6 version of platform.py to work with platform.rs
2 parents 35f46c0 + e400c60 commit fe10a4b

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

stdlib/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ mod json;
1818
mod math;
1919
#[cfg(unix)]
2020
mod mmap;
21-
mod platform;
2221
mod pyexpat;
2322
mod pystruct;
2423
mod random;
@@ -100,7 +99,6 @@ pub fn get_module_inits() -> impl Iterator<Item = (Cow<'static, str>, StdlibInit
10099
"_json" => json::make_module,
101100
"math" => math::make_module,
102101
"pyexpat" => pyexpat::make_module,
103-
"_platform" => platform::make_module,
104102
"_random" => random::make_module,
105103
"_statistics" => statistics::make_module,
106104
"_struct" => pystruct::make_module,

stdlib/src/platform.rs

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)