We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6a08b8 + 2dbab05 commit 091e777Copy full SHA for 091e777
1 file changed
vm/src/frozen.rs
@@ -18,6 +18,7 @@ pub fn get_module_inits() -> HashMap<String, FrozenModule> {
18
// Python modules that the vm calls into, but are not actually part of the stdlib. They could
19
// in theory be implemented in Rust, but are easiest to do in Python for one reason or another.
20
// Includes _importlib_bootstrap and _importlib_bootstrap_external
21
+ // For Windows: did you forget to run `powershell scripts\symlinks-to-hardlinks.ps1`?
22
ext_modules!(dir = "Lib/python_builtins/");
23
24
#[cfg(not(feature = "freeze-stdlib"))]
0 commit comments