MCPcopy Index your code
hub / github.com/RustPython/RustPython / set_pending_unwind_from_stack

Method set_pending_unwind_from_stack

crates/vm/src/frame.rs:857–859  ·  view source on GitHub ↗
(&self, val: i64)

Source from the content-addressed store, hash-verified

855 }
856
857 pub(crate) fn set_pending_unwind_from_stack(&self, val: i64) {
858 self.pending_unwind_from_stack.store(val, Relaxed);
859 }
860
861 /// Sync locals dict back to fastlocals. Called before generator/coroutine resume
862 /// to apply any modifications made via f_locals.

Callers 1

set_f_linenoMethod · 0.80

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected