Files
RustPython/vm/src
Daniel Watkins eecddd417b Distinguish between a mutable and non-mutable borrow of vm.current_frame
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.)
2018-08-25 19:35:48 -04:00
..
2018-08-25 10:11:21 +02:00
2018-08-25 10:11:21 +02:00
2018-08-25 10:11:21 +02:00
2018-08-23 23:11:57 +02:00
2018-08-24 22:55:30 -04:00
2018-08-24 23:36:26 +02:00
2018-08-24 18:48:09 +01:00
2018-08-20 19:54:19 +01:00
2018-08-24 15:13:06 +01:00
2018-08-24 15:13:06 +01:00
2018-08-24 18:23:04 +01:00
2018-08-25 10:11:21 +02:00
2018-08-24 22:55:30 -04:00
2018-08-24 23:36:26 +02:00