-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update test_bytes.py from CPython v3.11.2 #4746
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
3d589c3
to
d48a844
Compare
d48a844
to
adb8d08
Compare
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.
Thank you!
# TODO: RUSTPYTHON | ||
@unittest.expectedFailure |
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.
@youknowone This should have been broken out into a separate commit.
@@ -1945,31 +1994,35 @@ def test_join(self): | |||
s3 = s1.join([b"abcd"]) | |||
self.assertIs(type(s3), self.basetype) | |||
|
|||
@unittest.skip("TODO: RUSTPYHON, Fails on ByteArraySubclassWithSlotsTest") |
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.
@youknowone This should have been broken out into a separate commit.
#4564