Fix bz2 module by arihant2math · Pull Request #5605 · RustPython/RustPython
RustPython / RustPython Public
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Closed
Fix bz2 module#5605
Fix bz2 module#5605
Conversation
Contributor
The new libbz2-rs-sys is a rust only implementation of bz2. This is similar to #5562.
Blog post: https://trifectatech.org/blog/translating-bzip2-with-c2rust/
arihant2math
marked this pull request as draft
arihant2math
force-pushed
the
bz2-rs
branch
from
a5f7fb8 to
c67fe4a
Compare
arihant2math
mentioned this pull request
arihant2math
force-pushed
the
bz2-rs
branch
from
fbe1cef to
8325671
Compare
arihant2math
mentioned this pull request
arihant2math added 5 commits
arihant2math
force-pushed
the
bz2-rs
branch
from
8325671 to
1456313
Compare
arihant2math added 3 commits
arihant2math
marked this pull request as ready for review
arihant2math added 2 commits
arihant2math
commented
Apr 15, 2025
arihant2math commented
Contributor Author
@youknowone ready for merge
youknowone
requested changes
| self.assertRaises(TypeError, BZ2File, os.devnull, "r", 3) | ||
|
|
||
| # TODO: RUSTPYTHON | ||
| @unittest.expectedFailure |
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why should we go this way if it occures these many regressions?
If this can be fixed in future, let's fix it first and merge it later.
Otherwise this must be an optional feature for specific requirements.
fanninpm
mentioned this pull request
arihant2math
closed this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment