Skip to content

lzma FORMAT_ALONE implementation#5777

Merged
youknowone merged 4 commits into
RustPython:mainfrom
arihant2math:more-lzma
May 9, 2025
Merged

lzma FORMAT_ALONE implementation#5777
youknowone merged 4 commits into
RustPython:mainfrom
arihant2math:more-lzma

Conversation

@arihant2math

Copy link
Copy Markdown
Contributor

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
Comment thread stdlib/src/lzma.rs
vm: &VirtualMachine,
) -> PyResult<Stream> {
if let Some(_filter_specs) = filter_specs {
Err(new_lzma_error(

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