Skip to content

Conversation

@moreal
Copy link
Contributor

@moreal moreal commented Jan 19, 2026

This pull request will resolve some parts of #3418. I need to review these code again 🔨

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 19, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment on lines +330 to +331
if other.class().is(vm.ctx.types.dict_type)
&& let Ok(other) = other.downcast::<PyDict>()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still there is convenience problem, but we have downcast_exact

}

// ============================================================================
// OrderedDict implementation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this type is comparably big to this module crates/vm/src/stdlib/collections/ordered_dict.rs?

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.

2 participants