8000 Update gzip & tarfile & xmlrpc & pydoc + associated tests to 3.12.7 by arihant2math · Pull Request #5480 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Update gzip & tarfile & xmlrpc & pydoc + associated tests to 3.12.7 #5480

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

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatting
  • Loading branch information
arihant2math committed Jan 16, 2025
commit 63e97ea2f552ba11be0ea7f4e7e1bf84d35ebf9d
2 changes: 1 addition & 1 deletion stdlib/src/zlib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ mod zlib {
unused_data: PyMutex<PyBytesRef>,
unconsumed_tail: PyMutex<PyBytesRef>,
eof: AtomicCell<bool>,
needs_input: AtomicCell<bool>
needs_input: AtomicCell<bool>,
}

#[derive(FromArgs)]
Expand Down
Loading
0