Skip to content

lzma FORMAT_ALONE implementation #5777

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 4 commits into from
May 9, 2025
Merged

Conversation

arihant2math
Copy link
Collaborator

No description provided.

@arihant2math arihant2math marked this pull request as ready for review May 8, 2025 17:24
@arihant2math arihant2math requested a review from youknowone May 8, 2025 17:45
@youknowone youknowone changed the title Further lzma implementation lzma FORMAT_ALONE implementation May 9, 2025
vm: &VirtualMachine,
) -> PyResult<Stream> {
if let Some(_filter_specs) = filter_specs {
Err(new_lzma_error(
Copy link
Member

Choose a reason for hiding this comment

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

Unlike other actual errors, probably NotImplementedError fits better. Not very important though.

@youknowone youknowone merged commit df380bc into RustPython:main May 9, 2025
11 checks passed
@arihant2math arihant2math deleted the more-lzma branch May 9, 2025 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants