-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update Straightforward packages Pt 2 #6599
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
Update Straightforward packages Pt 2 #6599
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