Jeong, YunWon
Jeong, YunWon
Well, still posible. It is similar to a mypyc approach. Rather than generating rust AST, we can pre-compile the python code to native using `rustpython-jit` at the moment. Then it...
probably related to https://github.com/python/cpython/issues/119817
Even CPython doesn't support different CPython's bytecode. I doubt how much this make sense
see also: https://github.com/RustPython/RustPython/blob/main/crates/vm/src/stdlib/sysconfig.rs#L18
RustPython doesn't support C APIs yet. packages without pure python implementations will not be able to be installed for a while.
@Copilot Finish the migration please
@dependabot rebase
Currently `fn exit` in sys.rs is not checking the range of exit code. Checking it and return -1 for overflow will fix the failing test_exit
Thank you so much! And the changes in cert.rs and anystr.rs is also looking reasonable. Could you also check jit crate? I don't think jit is available on no_std environment....
To prevent further conflict, if you create a separated PR without the cargo.toml changes, I will immediately merge it