-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Update the signal + socketserver libraries + associated tests - v3.13.11 #6631
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
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (3)
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 |
|
The |
|
macos failure is looking unrelated. i am investigating |
Oh. Whoops. I did not see this. Sorry about that. Let me know if I should undo the changes |
Lib/test/test_ftplib.py
Outdated
| self.assertEqual(ftplib.parse257('257 "/foo/b""ar"'), '/foo/b"ar') | ||
| self.assertEqual(ftplib.parse257('257 "/foo/b""ar" created'), '/foo/b"ar') | ||
|
|
||
| @unittest.skipIf(sys.platform == "darwin", "TODO: RUSTPYTHON") |
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.
#6635 will fix this regession
youknowone
left a comment
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.
Thanks!
No description provided.