-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update importlib/test_importlib from CPython 3.10.6 #3919
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
Conversation
|
Directory tree in RustPython (as it stands right now): Directory tree in CPython 3.10: |
|
I am sorry, it was my mistake to miss new files in commit. The error is very unexpected: |
|
Thank you, that explains the diff. It means we don't support bom for files. |
|
plistlib depends on new importlib |
638c8ab to
3a16e84
Compare
a24fd70 to
c79d9df
Compare
| tests that require it to be set to False.""" | ||
| if sys.dont_write_bytecode: | ||
| return lambda *args, **kwargs: None | ||
| return unittest.skip(fxn) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is submitted to python/cpython#95972
68fd66d to
726d5af
Compare
I have no idea whats going on its failure.blocked by
#3863, #3961