| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro 📥 CommitsReviewing files that changed from the base of the PR and between 919a146 and 3e3165b. ⛔ Files ignored due to path filters (23)
📝 Walkthrough WalkthroughThe changes add a new HAS_PHA (Post-Handshake Auth) constant to the _ssl module and refactor the PySslContext.set_options method to accept a signed integer with validation ensuring non-negative values, replacing the previous unsigned long parameter. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem🚥 Pre-merge checks | ✅ 5 ✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches 🧪 Generate unit tests (beta)
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. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] lib: cpython/Lib/ssl.py dependencies:
dependent tests: (49 tests)
[x] lib: cpython/Lib/hmac.py dependencies:
dependent tests: (9 tests)
[x] lib: cpython/Lib/importlib dependencies:
dependent tests: (111 tests)
[ ] test: cpython/Lib/test/test_set.py (TODO: 5) dependencies: dependent tests: (no tests depend on set) Legend:
|
Sorry, something went wrong.
…rk still-failing tests
|
Code has been automatically formatted The code in this PR has been formatted using:
git pull origin ssl |
Sorry, something went wrong.
Update ssl from v3.14.3 and add _ssl.HAS_PHA
| Back | FazBrowse Home | New Git URL |
close #7219
fix #7228
Summary by CodeRabbit
New Features
Bug Fixes