◐ Shell
clean mode source ↗

Fix subclass right-op dispatch for Python classes by rlaisqls · Pull Request #7462 · RustPython/RustPython

@rlaisqls

coderabbitai[bot]

@rlaisqls

ShaharNaveh

Co-authored-by: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com>

ShaharNaveh

@rlaisqls

youknowone

youknowone pushed a commit to youknowone/RustPython that referenced this pull request

Mar 19, 2026
* Fix subclass right-op dispatch for Python classes

* Separate fallback queueing from subclass priority in op dispatch

youknowone pushed a commit to youknowone/RustPython that referenced this pull request

Mar 22, 2026
* Fix subclass right-op dispatch for Python classes

* Separate fallback queueing from subclass priority in op dispatch

Copilot AI pushed a commit that referenced this pull request

Mar 25, 2026
* Fix subclass right-op dispatch for Python classes

* Separate fallback queueing from subclass priority in op dispatch