Uh oh!
There was an error while loading. Please reload this page.
feat: add subinterpreters support - #245
Conversation
598799e to
3abad9fCompare7c47834 to
a4a95b9Compared78141a to
c389323Compareb264482 to
cd97be5Compare52ad667 to
c220cdaCompare08a40b0 to
0696314CompareThere was a problem hiding this comment.
Pull request overview
Copilot reviewed 21 out of 21 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
XuehaiPan
commented
Feb 22, 2026
Code reviewFound 1 issue:
optree/src/treespec/flatten.cpp Lines 209 to 217 in 1ada0bb
optree/src/treespec/flatten.cpp Lines 486 to 494 in 1ada0bb
optree/include/optree/registry.h Lines 164 to 174 in 1ada0bb 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
Description
Describe your changes in detail.
Motivation and Context
Why is this change required? What problem does it solve?
If it fixes an open issue, please link to the issue here.
You can use the syntax
close #15213if this solves the issue #15213Resolves#103
Types of changes
What types of changes does your code introduce? Put an
xin all the boxes that apply:Checklist
Go over all the following points, and put an
xin all the boxes that apply.If you are unsure about any of these, don't hesitate to ask. We are here to help!
make format. (required)make lint. (required)make testpass. (required)