Jeong, YunWon
Jeong, YunWon
@ntvinh2005 Thank you for contributing! Since code.rs is also recently update, please rebase it on the top of upstream/main. (Otherwise merge is also fine) For the failing tests, you don't...
Need test
@coderabbitai what kind of test code will be affected by this?
Please check https://github.com/RustPython/RustPython/blob/main/examples/call_between_rust_and_python.rs Either global or not, you have to store vm somewhere. RustPython vm doesn't require thread safety if you added `threading` feature for rustpython-vm, which is one of...
Creating a ThreadedVirtualMachiine by using vm.new_therad() is the intended way.
@redweasel could you cherry-pick the commit from #113 to ensure it is fixed?
@ShaharNaveh did you also update shelve.py?
Lib/X.py and Lib/test/test_X.py is pair. they are usually intended to be updated at the same time
@fanninpm awesome to see this is green. is this done? Do you have idea what affects fail_env_changed ? (though we can fix it later)
tempfile is updated by #6632 let's finish this before going to 3.14