-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Don't call WSACleanup on process exit #141809
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
Conversation
@bors2 try jobs= |
Unknown value for argument "jobs". |
@bors2 try jobs=x86_64-msvc-* |
Don't call WSACleanup on process exit This isn't necessary as cleanup will happen when the process exits regardless. fixes #141799 try-job: x86_64-msvc-*
r? libs |
@ChrisDenton I presume you have sufficient familiarity with Windows that you are certain this is correct? I do not, but at the same time don't see anything obviously wrong. My only suggestion would be to add a comment about why |
This comment has been minimized.
This comment has been minimized.
Added a comment (and then rebased to make rustbot happy) @bors r=jhpratt |
Rollup of 8 pull requests Successful merges: - #141809 (Don't call WSACleanup on process exit) - #143710 (Updates to random number generation APIs) - #143848 (Rename `stable_mir` and `rustc_smir`) - #143855 (Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing) - #143868 (warn on align on fields to avoid breaking changes) - #143870 ([COMPILETEST-UNTANGLE 6/N] Use `TestSuite` enum instead of stringly-typed test suites) - #143901 (Region constraint nits) - #143903 (Fix typos in documentation files) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 8 pull requests Successful merges: - rust-lang/rust#141809 (Don't call WSACleanup on process exit) - rust-lang/rust#143710 (Updates to random number generation APIs) - rust-lang/rust#143848 (Rename `stable_mir` and `rustc_smir`) - rust-lang/rust#143855 (Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing) - rust-lang/rust#143868 (warn on align on fields to avoid breaking changes) - rust-lang/rust#143870 ([COMPILETEST-UNTANGLE 6/N] Use `TestSuite` enum instead of stringly-typed test suites) - rust-lang/rust#143901 (Region constraint nits) - rust-lang/rust#143903 (Fix typos in documentation files) r? `@ghost` `@rustbot` modify labels: rollup
This isn't necessary as cleanup will happen when the process exits regardless.
fixes #141799