| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Assisted-by: Codex:gpt-5
Assisted-by: Codex:gpt-5
📝 Walkthrough
WalkthroughString format specifications now track explicit alignment, reject =...s, and expose the new error as ValueError. Tests cover string zero padding, explicit alignment rejection, and integer sign-aware zero padding. ChangesString alignment validation
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested reviewers: changjoon-park, shaharnaveh 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
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. |
Sorry, something went wrong.
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] test: cpython/Lib/test/test_binascii.py (TODO: 4) dependencies: dependent tests: (95 tests)
[ ] lib: cpython/Lib/unittest dependencies:
dependent tests: (408 tests)
[x] test: cpython/Lib/test/test_str.py (TODO: 6) dependencies: dependent tests: (no tests depend on str) [x] lib: cpython/Lib/pdb.py dependencies:
dependent tests: (1 tests)
[x] lib: cpython/Lib/inspect.py dependencies:
dependent tests: (96 tests)
[x] lib: cpython/Lib/sqlite3 dependencies:
dependent tests: (2 tests)
[x] lib: cpython/Lib/pydoc.py dependencies:
dependent tests: (5 tests)
[x] lib: cpython/Lib/re dependencies:
dependent tests: (81 tests)
Legend:
|
Sorry, something went wrong.
There was a problem hiding this comment.
looks good, thank you for catching this
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Resolves the {0:08s} portion of the existing TODO: RUSTPYTHON in test_str.test_format.
Tests
AI assistance
Codex (GPT-5) assisted with the CPython comparison, implementation, and regression-test drafting. I reviewed the final diff and verified the behavior locally. Both commits include Assisted-by: Codex:gpt-5.