superserious-dev
superserious-dev
I'd be interested in working on this if it hasn't been picked up yet. Could you explain more about extending `PyCode`? I'm also curious if the following could be a...
@mejrs Thank you for the clarification. A few questions: - Will `PyCode::compile` and `PyCode::run` need take in a python struct, eg `py: Python` or `PyResult
@mejrs I did a another pass on this to address the feedback. I created `run_code_object` because no existing method on the Python struct will accept a code object. Please let...
Hello @Icxolu. No problem. It sounds like you have a good understanding of this part of the codebase; i'll close this PR and let you carry forward with solution.