slot for numeric ops by youknowone · Pull Request #6619 · RustPython/RustPython · GitHub
Skip to content

slot for numeric ops#6619

Merged
youknowone merged 3 commits intoRustPython:mainfrom
youknowone:update-slot
Jan 1, 2026
Merged

slot for numeric ops#6619
youknowone merged 3 commits intoRustPython:mainfrom
youknowone:update-slot

Conversation

@youknowone
Copy link
Copy Markdown
Member

@youknowone youknowone commented Jan 1, 2026

Summary by CodeRabbit

  • Bug Fixes
    • Removed unsupported or incomplete operator implementations from multiple built-in types, including arrays, lists, tuples, dictionaries, sets, strings, bytes, bytearrays, deques, and union types. Affected operations: addition concatenation, multiplication, in-place operations, and bitwise OR. Updated internal operator slot handling to ensure consistent behavior across type hierarchies.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 1, 2026

@youknowone youknowone marked this pull request as ready for review January 1, 2026 13:26
@youknowone youknowone merged commit b19312b into RustPython:main Jan 1, 2026
23 of 24 checks passed
@youknowone youknowone deleted the update-slot branch January 1, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant