Update the signal + socketserver libraries + associated tests - v3.13.11#6631
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") |
No description provided.