rust/hg-cpython/src/exceptions.rs
changeset 42768 30320c7bf79f
parent 42609 326fdce22fb2
child 42960 7a01778bc7b7
equal deleted inserted replaced
42767:4b3b27d567d5 42768:30320c7bf79f
    65                 }
    65                 }
    66             },
    66             },
    67         }
    67         }
    68     }
    68     }
    69 }
    69 }
       
    70 
       
    71 py_exception!(shared_ref, AlreadyBorrowed, RuntimeError);