(&self, val: i64)
| 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. |