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

Skip to content

Split pylib from vm #4133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 5, 2022
Merged

Split pylib from vm #4133

merged 3 commits into from
Sep 5, 2022

Conversation

youknowone
Copy link
Member

now vm/pylib builds parallel, which enhances (re)build time a lot when freeze-stdlib given

@youknowone youknowone force-pushed the pylib branch 5 times, most recently from 542130c to c44bbc8 Compare September 3, 2022 07:38
src/lib.rs Outdated
let path_list: Vec<_> = state.settings.path_list.drain(..).collect();

// add the current directory to sys.path
state.settings.path_list.push("".to_owned());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not stdlib

@youknowone youknowone merged commit f51b130 into RustPython:main Sep 5, 2022
@youknowone youknowone deleted the pylib branch September 5, 2022 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant