Update test_hashlib.py from Cpython v3.11.2 & refactor hashlib by Masorubka1 · Pull Request #4835 · RustPython/RustPython
hashlib.py strongly supposes _hashlib is cpython-like openssl implementation. It will require efforts.
In my opinion, that's more like test-purpose compatibility rather than actual compatiblity. But I will happily take patch if anyone want to work on it.
Masorubka1
changed the title
Update test_hashlib.py from Cpython v3.11.2
[WIP] Update test_hashlib.py from Cpython v3.11.2 & refactor hashlib
Masorubka1
changed the title
[WIP] Update test_hashlib.py from Cpython v3.11.2 & refactor hashlib
Update test_hashlib.py from Cpython v3.11.2 & refactor hashlib
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, You made it 👍
Looks mostly good. I left a few comments.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This is great, I like it very much!