Skip to content
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

Implement socket.socket.sendmsg #5205

Merged
merged 3 commits into from
Apr 22, 2024

Conversation

coolreader18
Copy link
Member

@coolreader18 coolreader18 commented Mar 21, 2024

No description provided.


self.sock_op(vm, SelectKind::Write, || {
let sock = self.sock()?;
sock.sendmsg(&msg, flags)
Copy link
Member

Choose a reason for hiding this comment

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

no idea what's wrong, but it returns error here.

stdlib/src/socket.rs Show resolved Hide resolved
@youknowone
Copy link
Member

@coolreader18 how do you like to resolve it?

@youknowone
Copy link
Member

rust-lang/socket2#507

Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

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

👍

@youknowone youknowone merged commit 8409951 into RustPython:main Apr 22, 2024
11 checks passed
@coolreader18 coolreader18 deleted the socket-sendmsg branch May 20, 2024 19:04
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.

None yet

2 participants