Update Straightforward packages Pt 2#6599
Update Straightforward packages Pt 2#6599terryluan12 wants to merge 24 commits intoRustPython:mainfrom
Conversation
* Added back in _pycodecs.py
* Updated test/test_import
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (35)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@terryluan12 The changes seem to cause hang. Could you split this PR to smaller one to find out what's the cause? |
|
that's the next one of builtin_eval. probably ./extra_tests/snippets/builtin_exceptions.py |
Yep, absolutely!
Can you clarify what you mean by this? |
This PR updates the following libraries:
enum.py+test_enum.pyfilecmp.py+ test_filecmp.py`fractions.py+test_fractions.pyftplib.py+test_ftplib.pyhmac.py+test_hmac.pymailbox.py+test_mailbox.pynturl2path.pypkgutil.py+test_pkgutil.pypathlib.pyplatform.py+test_platform.pyplistlib.py+test_plistlib.pyIt also adds
test_pathlib, which works mostly the same to with CPython (I was unable to test it with a Windows desktop + added clarifications to the top of the test_pathlib.py on which tests were skipped)Helps with #5529