Skip to content

Split pylib from vm#4133

Merged
youknowone merged 3 commits into
RustPython:mainfrom
youknowone:pylib
Sep 5, 2022
Merged

Split pylib from vm#4133
youknowone merged 3 commits into
RustPython:mainfrom
youknowone:pylib

Conversation

@youknowone

Copy link
Copy Markdown
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
Comment thread 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
Copy Markdown
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