-
Notifications
You must be signed in to change notification settings - Fork 778
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create subinterpreter example #3508
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, this is cool to see! When it's laid out like this, it doesn't seem so hard right? Just need to figure out how to get our nice safe high-level wrappers to be sound under these conditions 😂
1708cc5
to
4436dc9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I rebased this and fixed CI, looks good to me, will merge!
Fixed up for MSRV. |
Thanks :) |
I wrote up most of this when I was thinking about how we can support these in pyo3. I figured I might as well share it.