pub fn prep_reraise_star(
orig: PyObjectRef,
excs: PyObjectRef,
vm: &VirtualMachine,
) -> PyResultExpand description
Prepare exception for reraise in except* block. Implements _PyExc_PrepReraiseStar
pub fn prep_reraise_star(
orig: PyObjectRef,
excs: PyObjectRef,
vm: &VirtualMachine,
) -> PyResultPrepare exception for reraise in except* block. Implements _PyExc_PrepReraiseStar