Fix object.__init__ excess-arg checks for heap types#7116
Fix object.__init__ excess-arg checks for heap types#7116moreal wants to merge 1 commit intoRustPython:mainfrom
object.__init__ excess-arg checks for heap types#7116Conversation
📝 WalkthroughWalkthroughModified the type constructor argument validation in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
⚔️ Resolve merge conflicts (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
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 |
|
Code has been automatically formatted The code in this PR has been formatted using:
git pull origin object-init |
17ab286 to
e4b0daf
Compare
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [ ] lib: cpython/Lib/fnmatch.py dependencies:
dependent tests: (72 tests)
[ ] lib: cpython/Lib/glob.py dependencies:
dependent tests: (7 tests)
[ ] lib: cpython/Lib/pathlib dependencies:
dependent tests: (68 tests)
[ ] lib: cpython/Lib/posixpath.py dependencies:
dependent tests: (40 tests)
[ ] lib: cpython/Lib/stat.py dependencies:
dependent tests: (81 tests)
[x] lib: cpython/Lib/abc.py dependencies:
dependent tests: (8 tests)
[ ] test: cpython/Lib/test/test_bool.py dependencies: dependent tests: (no tests depend on bool) [ ] test: cpython/Lib/test/test_buffer.py dependencies: dependent tests: (no tests depend on buffer) [ ] test: cpython/Lib/test/test_class.py (TODO: 15) dependencies: dependent tests: (no tests depend on class) [ ] lib: cpython/Lib/concurrent dependencies:
dependent tests: (11 tests)
[ ] test: cpython/Lib/test/test_descr.py (TODO: 48) dependencies: dependent tests: (no tests depend on descr) [x] test: cpython/Lib/test/test_dict.py (TODO: 6) dependencies: dependent tests: (no tests depend on dict) [x] test: cpython/Lib/test/test_float.py (TODO: 8) dependencies: dependent tests: (no tests depend on float) [x] test: cpython/Lib/test/test_flufl.py (TODO: 4) dependencies: dependent tests: (no tests depend on flufl) [x] lib: cpython/Lib/operator.py dependencies:
dependent tests: (33 tests)
[ ] test: cpython/Lib/test/test_print.py (TODO: 7) dependencies: dependent tests: (no tests depend on print) [ ] test: cpython/Lib/test/test_time.py (TODO: 24) dependencies: dependent tests: (134 tests)
[x] lib: cpython/Lib/typing.py dependencies:
dependent tests: (14 tests)
Legend:
|
Summary by CodeRabbit