- Notifications
You must be signed in to change notification settings - Fork1.3k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 |
Uh oh!
There was an error while loading.Please reload this page.
638c8ab
to3a16e84
Comparea24fd70
toc79d9df
CompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@@ -295,7 +307,7 @@ def writes_bytecode_files(fxn): | |||
"""Decorator to protect sys.dont_write_bytecode from mutation and to skip | |||
tests that require it to be set to False.""" | |||
if sys.dont_write_bytecode: | |||
returnlambda *args, **kwargs: None | |||
returnunittest.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 topython/cpython#95972
68fd66d
to726d5af
Compare
Uh oh!
There was an error while loading.Please reload this page.
I have no idea whats going on its failure.blocked by
#3863,#3961