mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
This renames the existing (mutable) VirtualMachine.current_frame to current_frame_mut and introduces VirtualMachine.current_frame which is (a) public, and (b) does not take a mutable reference. (This also switches callers to use the non-mutable version where possible.)