Skip to content
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

Features we need from RustPython #4

Open
4 of 10 tasks
lastmjs opened this issue Apr 29, 2022 · 4 comments
Open
4 of 10 tasks

Features we need from RustPython #4

lastmjs opened this issue Apr 29, 2022 · 4 comments

Comments

@lastmjs
Copy link
Member

lastmjs commented Apr 29, 2022

@lastmjs
Copy link
Member Author

lastmjs commented Sep 21, 2022

Ability to store a RustPython context indefinitely in memory and call portions of code at a time, with the state being maintained between calls

Right now we are really blocked on this, I can't figure out how to maintain state between update calls.

See this issue in RustPython: RustPython/RustPython#4175

@lastmjs
Copy link
Member Author

lastmjs commented Sep 28, 2022

We are not blocked on the previous comment anymore

@lastmjs
Copy link
Member Author

lastmjs commented Nov 6, 2022

Everything is working, but we're still on our own fork. Make sure we've opened issues in RustPython for all problems.

I think the main problem we haven't opened an issue for is making vm public on the interpreter.

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

No branches or pull requests

1 participant